Language Swym
| Date: | 02/03/10 |
| Author: | Laurie Cheers |
| URL: | n/a |
| Comments: | 0 |
| Info: | http://www.chalicegames.com/swym |
| Score: |
Int.bottles:
case(this)
[0] {"no more bottles"}
[1] {"1 bottle"}
else {"$this bottles"};
for(3..1)
{
print("$it.bottles of beer on the wall, $it.bottles of beer.");
print("You take one down, pass it around, ");
print("$((it-1).bottles) of beer on the wall.\n");
}
Download Source | Write Comment
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