Infinity: Difference between revisions

Content deleted Content added
Laurence (talk | contribs)
Line 206: Line 206:
==={{header|bootBASIC}}===
==={{header|bootBASIC}}===
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="bootbasic">10 print 1/0</syntaxhighlight>
<syntaxhighlight lang="BASIC">10 print 1/0</syntaxhighlight>


=={{header|BQN}}==
=={{header|BQN}}==