RosettaCodeData/Task/Undefined-values/Deja-Vu/undefined-values.djv
2014-01-17 05:34:36 +00:00

6 lines
121 B
Text

try:
bogus
catch name-error:
!print "There is *no* :bogus in the current context"
return
!print "You won't see this."