Language Pico
| Date: | 04/20/05 |
| Author: | Anonymous |
| URL: | n/a |
| Comments: | 0 |
| Info: | http://pico.vub.ac.be |
| Score: |
´Pico was develloped at the VUB (Vrije Universiteit Brussel)`
´http://pico.vub.ac.be`
{ botf(b) : if(b = 1, "bottle", "bottles");
bottles : 99;
while (bottles > 0,
{ display(bottles, " ", botf(bottles), " of beer on the wall,", eoln);
display(bottles, " ", botf(bottles), " of beeeeeer...", eoln);
display("You take one down, pass it around!", eoln);
bottles := bottles - 1;
if (bottles > 0,
display(bottles, " ", botf(bottles), " of beer on the wall!", eoln, eoln),
display("No more bottles of beer on the wall!", eoln, eoln))})}
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