99 Bottles of Beer/EsoLang: Difference between revisions

→‎{{header|Befunge}}: Added a more concise albeit less readable sample for comparison.
(→‎{{header|Befunge}}: Removing unwanted null characters from the end of each line which were breaking the output in some interpreters.)
(→‎{{header|Befunge}}: Added a more concise albeit less readable sample for comparison.)
Line 56:
=={{header|Befunge}}==
 
'''Readable:'''
<!-- 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"+550 <
Line 68 ⟶ 69:
>$55+,0` |
@</lang>
 
'''Concise:'''
<lang befunge>"d"4vv"take one down, pass it around"<>
:-2*< v "e wall"_v#\0`1%4./4::_0#%>#4^#
\4>/|>:#,_$:55+:,\4%3-!*0\>:>#,_$$:1+\1
>>>#@^>$"ht no "\>\"reeb fo selttob">>></lang>
 
=={{header|Brainf***}}==
Anonymous user