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

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

Tutor11_missing.gasm @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/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