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

7 lines
121 B
Plaintext

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