99 Bottles of Beer/Lisp: Difference between revisions

Content added Content deleted
m ("No more" instead of "0 bottles" at the end)
(→‎{{header|newLISP}}: make language name consistent with website...)
Line 83: Line 83:
-->
-->


=={{header|NewLISP}}==
=={{header|newLISP}}==
<lang newlisp>(for (n 99 1)
<lang newlisp>(for (n 99 1)
(println n " bottles of beer on the wall," n " bottles of beer. Take one down, pass it around. ")
(println n " bottles of beer on the wall," n " bottles of beer. Take one down, pass it around. ")