Codebase list libmawk / run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main scconfig / src / tmpasm / regression / Tutor11_missing.gasm
run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main

Tree @run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main (Download .tar.gz)

Tutor11_missing.gasm @run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/mainraw · history · blame

# conditional/safe variable reference: name prefixed by ?
# if the variable does not exist, no error is thrown but empty
# string is returned

if ?a then
	print {empty}
else
	print {not empty}
end

put b ?a