3 if(i
==0, return "no more bottles of beer")
4 if(i
==1, return "1 bottle of beer")
5 return i asString
.. " bottles of beer"
9 write(bottle(i
), " on the wall, ", bottle(i
), ",\n")
10 write("take one down, pass it around,\n")
11 write(bottle(i
- 1), " on the wall.\n\n")