7 lines
121 B
Text
7 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."
|