Codebase list libmawk / 7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main scconfig / src / tmpasm / regression / if.gasm
7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

Tree @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main (Download .tar.gz)

if.gasm @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/mainraw · history · blame

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