RosettaCodeData/Task/Undefined-values/Deja-Vu/undefined-values.djv

7 lines
121 B
Text
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
try:
bogus
catch name-error:
!print "There is *no* :bogus in the current context"
return
!print "You won't see this."