8 lines
121 B
Text
8 lines
121 B
Text
|
|
10 cls
|
||
|
|
20 on error goto 50
|
||
|
|
30 error 99 : we force an error
|
||
|
|
40 end
|
||
|
|
50 rem ManejoErrores
|
||
|
|
60 print "Goodbye World!"
|
||
|
|
70 cont
|