Infinity: Difference between revisions

Line 206:
==={{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.
<syntaxhighlight lang="bootbasicBASIC">10 print 1/0</syntaxhighlight>
 
=={{header|BQN}}==