99 Bottles of Beer/Lisp: Difference between revisions

m
"No more" instead of "0 bottles" at the end
(Make the format string prettier (riiight))
m ("No more" instead of "0 bottles" at the end)
Line 38:
~:*~a bottle~:p of beer~@
Take one down, pass it around~@
~V[No more~:;~:*~a bottle~:p of~] beer on the wall~2%"
bottles (1- bottles))))</lang>
</lang>
and then just call
<lang lisp>(bottles 99)</lang>