99 Bottles of Beer/EsoLang: Difference between revisions

→‎{{header|Befunge}}: Replaced CR with LF since the latter has much better support as a linebreak character in Befunge.
(→‎{{header|Befunge}}: Fixed the infinite loop)
(→‎{{header|Befunge}}: Replaced CR with LF since the latter has much better support as a linebreak character in Befunge.)
Line 55:
 
=={{header|Befunge}}==
This outputs a single CR (ASCII code 13) between verses;
this needs changing for systems other than [[DOS]], [[Windows]], and [[Mac OS]].
 
<!-- the version at http://99-bottles-of-beer.net/language-befunge-88.html looks like a train wreck to me -->
<lang befunge><v <.g10" bottles of beer on the wall"+*4310550 <
c>:,|
<v <.g10" bottles of beer"+*4310550
>:,|
<v <"take one down, pass it around"+*4310550
>:,|
>01g1-:01p v
v <.g10" bottles of beer on the wall"+*4310550<
>:,|
>134*55+,0` |
@</lang>
 
=={{header|Brainf***}}==
Anonymous user