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

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

if.gasm @debian/1.0.0-3raw · history · blame

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