Infinity: Difference between revisions

159 bytes added ,  2 years ago
Infinity in BASIC256
(Infinity in BASIC256)
Line 168:
This has been tested with GAWK 3.1.7 and MAWK, both return
<pre> inf </pre>
 
=={{header|BASIC256}}==
<lang BASIC256>onerror TratoError
infinity = 1e300*1e300
end
 
TratoError:
if lasterror = 29 then print lasterrormessage
return</lang>
 
=={{header|BBC BASIC}}==
2,169

edits