Infinity: Difference between revisions

Content added Content deleted
Line 205: Line 205:


==={{header|bootBASIC}}===
==={{header|bootBASIC}}===
There are no floating point numbers in bootBASIC. All numbers and variables are 2 byte unsigned integers.

The code below can't print anything on the screen, plus the program won't end. No way is currently known to break out of the program.
The code below can't print anything on the screen, plus the program won't end. No way is currently known to break out of the program.
<syntaxhighlight lang="BASIC">10 print 1/0</syntaxhighlight>
<syntaxhighlight lang="BASIC">10 print 1/0</syntaxhighlight>