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 EASystemCode v5.5s

(ProBasic version)

Date:08/30/06
Author:comperr
URL:n/a
Comments:0
Info:n/a
Score: (2.33 in 3 votes)
COMMENT '
'The comment for this program is the '
'I use the capital style and format

IMPORT CONFIG probasic.cfg
IMPORT CONFIG tmp.opt
IMPORT LANGUAGE basic.lng
IMPORT END_FILE (none) 'there is no need
		
INIT ASSUME END

loop (i is 99 -> 1)
	print i & "bottles of beer on the wall"
	print i & "bottles of beer"
	print "one fell down, broke on the ground"
	print "what a waste of alcohol"
next i
END

Download Source | Write Comment

Alternative Versions

VersionAuthorDateCommentsRate
Default versioncomperr08/30/060

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: