Codebase list libmawk / debian/1.0.0-2 scconfig / src / tmpasm / regression / if.gasm
debian/1.0.0-2

Tree @debian/1.0.0-2 (Download .tar.gz)

if.gasm @debian/1.0.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