Codebase list libmawk / run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main scconfig / src / tmpasm / regression / if.gasm
run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main

Tree @run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main (Download .tar.gz)

if.gasm @run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/mainraw · history · blame

put a 1
if a then
	if b then
		print {then-then}
	else
		print {then-else}
	end
else
	print {else}
end