Codebase list libmawk / debian/1.0.2-1 scconfig / src / tmpasm / regression / then.gasm
debian/1.0.2-1

Tree @debian/1.0.2-1 (Download .tar.gz)

then.gasm @debian/1.0.2-1raw · 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