Voting

Category

real language

Bookmarking

Del.icio.us Digg Diigo DZone Earthlink Google Kick.ie
Windows Live LookLater Ma.gnolia Reddit Rojo StumbleUpon Technorati

Language Euphoria

(alternative version)

Date:04/20/05
Author:D. Stanger
URL:n/a
Comments:0
Info:http://www.rapideuphoria.com/
Score: (1.67 in 6 votes)
By: D. Stanger. 
Euphoria can be found here: http://www.rapideuphoria.com/

-- Program start

for i = 99 to 1 by -1 do
	printf(1,"%d bottles of beer on the wall\n",{i})
	printf(1,"%d bottles of beer\n",{i})
	puts(1, "Take one down, pass it around\n")
	printf(1,"%d bottles of beer on the wall\n\n",{i-1})
end for

--Program end

Download Source | Write Comment

Alternative Versions

VersionAuthorDateCommentsRate
standard versionDon Phillips04/20/052

Comments

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!

Name:

eMail:

URL:

Security Code:
  
Comment: