Language VScript
| Date: | 04/20/05 |
| Author: | Anonymous |
| URL: | n/a |
| Comments: | 0 |
| Info: | n/a |
| Score: |
// BEER.VSC - Beer 1.0
// Developed under Visual IRC '96 1.00rc5a
Name Beer 1.0
// Aliases
Alias BEER
@l $Bottle=99
while ( $Bottle > 1 )
TextOut clBlue $Bottle Bottles of beer on the wall,
TextOut clBlue $Bottle Bottles of beer.
$Bottle--
TextOut clBlue Take one down, pass it around,
TextOut clBlue $Bottle Bottles of beer on the wall.
TextOut clBlue
endwhile
TextOut clRed 1 Bottle of Beer on the wall,
TextOut clRed 1 Bottle of Beer.
TextOut clRed Take One Down, Pass it around,
TextOut clRed No more bottles of Beer on the wall.
-@ $Bottle
EndAlias
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