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]; }