aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/export_default.yue
blob: 73f43ac8511893590541a524d9372d28ffb24531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

print "OK"

export default ->
	print "hello"
	123

(x, fy)<- f 123, "abc" unless isOff
print x
(y, res)<- fy
return if res
	abc + y
else
	abc