Codebase list libmawk / lintian-fixes/main scconfig / src / tmpasm / regression / then.gasm
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

then.gasm @lintian-fixes/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