Language VGL
| Date: | 04/20/05 |
| Author: | Anonymous |
| URL: | n/a |
| Comments: | 1 |
| Info: | http://www.iolanguage.com/ |
| Score: |
// See http://www.iolanguage.com/
b := method(i,
if(i==0, return "no more bottles of beer")
if(i==1, return "1 bottle of beer")
return "" .. i .. " bottles of beer"
)
for(i, 99, 1,
write(b(i), " on the wall, ", b(i),
"\ntake one down, pass it around,\n",
b(i - 1), " on the wall.\n\n")
)
Download Source | Write Comment
Alternative Versions
| Version | Author | Date | Comments | Rate |
|---|---|---|---|---|
| This is an update to a previous post | Joel Limardo | 07/03/08 | 0 |
Download Source | Write Comment
Add Comment
Please provide a value for the fields Name,
Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.
Please don't post large portions of code here! Use the form to submit new examples or updates instead!
Comments