99 Bottles of Beer/EsoLang: Difference between revisions

Content added Content deleted
(→‎{{header|Befunge}}: Fixed the infinite loop)
Line 55: Line 55:


=={{header|Befunge}}==
=={{header|Befunge}}==
{{incorrect|Befunge|It produces an infinite loop. Also a CR line break is very poorly supported in Befunge - LF (ASCII 10) would be considerably better on all platforms.}}

This outputs a single CR (ASCII code 13) between verses;
This outputs a single CR (ASCII code 13) between verses;
this needs changing for systems other than [[DOS]], [[Windows]], and [[Mac OS]].
this needs changing for systems other than [[DOS]], [[Windows]], and [[Mac OS]].
Line 70: Line 68:
v <.g10" bottles of beer on the wall"+*4310<
v <.g10" bottles of beer on the wall"+*4310<
>:,|
>:,|
>134*+0` |
>134*+,0` |
@</lang>
@</lang>