Language ScriptEase
Date: | 04/20/05 |
Author: | Philipp Winterberg |
URL: | http://www.winterbergs.de/ |
Comments: | 1 |
Info: | http://www.sedesk.com/us/desktop/ |
Score: | (1.00 in 7 votes) |
// ScriptEase version of 99 Bottles of beer (Bottles.jsa) // See http://www.sedesk.com/us/desktop/ // Philipp Winterberg, http://www.winterbergs.de #include <inout.jsh> a = " bottle(s) of beer"; c = " on the wall"; d = "Take one down, pass it around,"; for (b = 99 ; b > 0 ; b--) Clib.printf("%d%s%s,\n%d%s.\n%s\n%d%s%s.\n\n", b, a, c, b, a, d, (b - 1), a, c); PauseForWin(''); Clib.exit(EXIT_SUCCESS);
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 08:23:43
More lazy-ass "bottle(s)" code. C'mon Phil, give us a conditional
expression or two. Geez Louise..........