Codebase list libmawk / 0718135d-034f-4c7d-a50d-81acb9b0d835/main scconfig / src / tmpasm / regression / if.gasm
0718135d-034f-4c7d-a50d-81acb9b0d835/main

Tree @0718135d-034f-4c7d-a50d-81acb9b0d835/main (Download .tar.gz)

if.gasm @0718135d-034f-4c7d-a50d-81acb9b0d835/mainraw · history · blame

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