aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/unless_else.yue
blob: b421d4d0b59938c8fe52861f1f16b53b76e87457 (plain)
1
2
3
4
5
if a
	unless b
		print "hi"
	elseif c
		print "not hi"