7 lines
91 B
Text
7 lines
91 B
Text
ON ERROR GOTO ManejoErrores
|
|
ERROR 99
|
|
END
|
|
|
|
ManejoErrores:
|
|
PRINT "Googbye World!"
|
|
RESUME
|