Codebase list libmawk / 70499808-c2b9-4be2-ae11-0ab4b3a1a115/main scconfig / src / tmpasm / regression / then.gasm
70499808-c2b9-4be2-ae11-0ab4b3a1a115/main

Tree @70499808-c2b9-4be2-ae11-0ab4b3a1a115/main (Download .tar.gz)

then.gasm @70499808-c2b9-4be2-ae11-0ab4b3a1a115/main

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

print a1 a2 a3