99 bottles of beer: Difference between revisions

m
Update code to Astro0.1.14a
mNo edit summary
m (Update code to Astro0.1.14a)
Line 517:
=={{header|Astro}}==
<lang python>fun bottles(n):
| 0 -=> "No more bottles"
| 1 -=> "1 bottle"
| _ -=> "$n bottles"
for n in [100:!99..1]:
print """
$(bottles n) of beer on the wall
Anonymous user