Infinity: Difference between revisions

Content added Content deleted
(Infinity in BASIC256)
Line 168: Line 168:
This has been tested with GAWK 3.1.7 and MAWK, both return
This has been tested with GAWK 3.1.7 and MAWK, both return
<pre> inf </pre>
<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}}==
=={{header|BBC BASIC}}==