Language Curl
Date: | 04/20/05 |
Author: | Philipp Winterberg |
URL: | http://www.winterbergs.de/ |
Comments: | 2 |
Info: | http://www.curl.com/html/ |
Score: | (2.70 in 27 votes) |
|| Curl version of 99 Bottles of beer (Bottles.curl) || http://www.curl.com/html/ || Philipp Winterberg, http://www.winterbergs.de || {curl 1.7 applet} {value let b:int=99 let song:VBox={VBox} {while b > 0 do {song.add b & " bottle(s) of beer on the wall,"} {song.add b & " bottle(s) of beer."} {song.add "Take one down, pass it around,"} set b = b - 1 {song.add b & " bottle(s) of beer on the wall."} } song }
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
Robert Shiplett said on 06/24/07 20:14:32
|| replace first line of 1.7 code with these 2 lines
{curl 5.0 applet}
{applet license = "development"}
barrym said on 03/29/10 05:58:35
More lazy-ass "bottle(s)" code. C'mon Phil, give us a conditional
expression or two. Geez Louise..........