Lionheart008
08-04-2010, 19:32
:)
' Empty GUI script created on 04-08-2010 19:00:36 beery (ThinAIR)
Uses "console"
Dim beer As Long
For beer = 99 to 1 step -1
Printl str$(beer) + " bottle(s) of beer on the wall,"
Printl str$(beer) + " bottle(s) of beer."
Printl "Take one down, pass it around,"
Printl str$(beer-1) + " bottle(s) of beer on the wall."
Printl " "
Next beer
MsgBox 0, "cheers!"
WaitKey
' Empty GUI script created on 04-08-2010 19:00:36 beery (ThinAIR)
Uses "console"
Dim beer As Long
For beer = 99 to 1 step -1
Printl str$(beer) + " bottle(s) of beer on the wall,"
Printl str$(beer) + " bottle(s) of beer."
Printl "Take one down, pass it around,"
Printl str$(beer-1) + " bottle(s) of beer on the wall."
Printl " "
Next beer
MsgBox 0, "cheers!"
WaitKey