Codebase list libmawk / 981c753b-c373-44cd-8865-7dcd5e2502ff/main scconfig / src / tmpasm / regression / if.gasm
981c753b-c373-44cd-8865-7dcd5e2502ff/main

Tree @981c753b-c373-44cd-8865-7dcd5e2502ff/main (Download .tar.gz)

if.gasm @981c753b-c373-44cd-8865-7dcd5e2502ff/mainraw · history · blame

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