Language FM
| Date: | 05/28/05 |
| Author: | Stefan Resch |
| URL: | n/a |
| Comments: | 0 |
| Info: | n/a |
| Score: |
startcode {
# Ninety-Nine Bottles of Beer Song in FM-Skript
#
# http://superschaf.com/
# Stefan Resch, 2003-12-07;
for[99,1,-1,i;
print_txt ( *i* );
print_txt ( " bottle(s) of beer on the wall," );
print_txt ( *i* );
print_txt ( " bottle(s) of beer." );
?tmp = *i* - 1;
print_txt ( "Take one down, pass it around," );
print_txt ( ?tmp );
print_txt ( " bottle(s) of beer on the wall." );
i];
}
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