Language zmud scripting language
| Date: | 07/07/05 |
| Author: | Jennifer Polen |
| URL: | n/a |
| Comments: | 0 |
| Info: | http://www.zuggsoft.com |
| Score: |
beers=99
#while (@beers>0) {
say @beers %if( @beers<2, bottle, bottles) of beer on the wall!
#alarm +2 {say @beers %if( @beers<2, bottle, bottles) of beer.}
#alarm +4 {
#add beers -1
say Take one down, pass it around.
}
#alarm +6 {say %if( @beers=0, No more, @beers) %if( @beers=1, bottle,
bottles) of beer on the wall!}
#wait 10000
}
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