Codebase list libmawk / upstream/1.0.2 scconfig / src / tmpasm / regression / if.gasm
upstream/1.0.2

Tree @upstream/1.0.2 (Download .tar.gz)

if.gasm @upstream/1.0.2raw · history · blame

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