Codebase list libmawk / e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main scconfig / src / tmpasm / regression / if.gasm
e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main

Tree @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main (Download .tar.gz)

if.gasm @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/mainraw · history · blame

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