RosettaCodeData/Task/Detect-division-by-zero/BASIC256/detect-division-by-zero.basic

11 lines
218 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
onerror TratoError
print 2 / 3
print 3 / 5
print 4 / 0
end
TratoError:
print "Error in the line " + lasterrorline + " Error number: " + lasterror + " " + lasterrormessage + " (" + lasterrorextra + ")"
return