Codebase list libmawk / 981c753b-c373-44cd-8865-7dcd5e2502ff/main scconfig / src / tmpasm / regression / then.gasm
981c753b-c373-44cd-8865-7dcd5e2502ff/main

Tree @981c753b-c373-44cd-8865-7dcd5e2502ff/main (Download .tar.gz)

then.gasm @981c753b-c373-44cd-8865-7dcd5e2502ff/mainraw · history · blame

1
2
3
4
5
6
# test if without an else
if cnd then
	print a1 a2 a3
end

print a1 a2 a3