Codebase list libmawk / 30b66529-447f-407d-a34b-b48ac0e29c37/upstream scconfig / src / tmpasm / regression / Tutor11_missing.gasm
30b66529-447f-407d-a34b-b48ac0e29c37/upstream

Tree @30b66529-447f-407d-a34b-b48ac0e29c37/upstream (Download .tar.gz)

Tutor11_missing.gasm @30b66529-447f-407d-a34b-b48ac0e29c37/upstreamraw · 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