Codebase list libmawk / c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main scconfig / src / tmpasm / regression / Tutor11_missing.gasm
c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main

Tree @c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/main (Download .tar.gz)

Tutor11_missing.gasm @c18583c0-bfa6-44ff-88f7-5aa9a2739ad8/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