Codebase list libmawk / 30b66529-447f-407d-a34b-b48ac0e29c37/upstream scconfig / src / tmpasm / regression / then.gasm
30b66529-447f-407d-a34b-b48ac0e29c37/upstream

Tree @30b66529-447f-407d-a34b-b48ac0e29c37/upstream (Download .tar.gz)

then.gasm @30b66529-447f-407d-a34b-b48ac0e29c37/upstream

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

print a1 a2 a3