Language EasyBatch
Date: | 04/20/05 |
Author: | Philipp Winterberg |
URL: | http://www.winterbergs.de/ |
Comments: | 1 |
Info: | http://www.gwsoftware.de/easybatch/index.htm |
Score: | (2.29 in 21 votes) |
' EasyBatch version of 99 Bottles of beer (Bottles.wsb) ' See http://www.gwsoftware.de/easybatch/index.htm ' Philipp Winterberg, http://www.winterbergs.de ' GLOBALPROZEDUR(main) DIM(b;99) CONST(@A;STRCAT(" bottle";NUM2CHAR(40);"s";NUM2CHAR(41);" of beer")) CONST(@C;STRCAT(@A;" on the wall")) CONST(@D;STRCAT(NUM2CHAR(13);NUM2CHAR(10))) CONST(@E;"Take one down, pass it around,") CONST(@K;",") CONST(@P;".") CONST(@T;"99 Bottles of Beer") DOWHILE(%b%;>;0) DISPLAYSHOW(@T;STRCAT(CSTR(%b%);@C;@K;@D;CSTR(%b%);@A;@P;@D)) WAIT(1) DEC(b) DISPLAYSHOW(@T;STRCAT(@E;@D;CSTR(%b%);@C;@P;@D)) WAIT(1) LOOP() DISPLAYCLOSE() ENDSUB()
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
barrym said on 03/29/10 06:17:39
More lazy-ass "bottle(s)" code. C'mon Phil, give us a conditional
expression or two. Geez Louise..........