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

(Default version)

Date:08/30/06
Author:comperr
URL:n/a
Comments:0
Info:n/a
Score: (3.00 in 7 votes)
COMMENT '
'The comment for this program is the '
'The config options are not included for this program but if
'you use the starting default config it should work
'I use the capital style and format

IMPORT CONFIG default.cfg
IMPORT CONFIG default.opt
IMPORT LANGUAGE system.lng
IMPORT END_FILE "START" "END" 'yes I know, in this version
				'you put the start code on the
				'end_file line
		
START

display is system.screen.text
print is display.print

loop down 99 (i)
	print i.loop.value & "bottles of beer on the wall"
	print i.loop.value & "bottles of beer"
	print "one fell down, broke on the ground"
	print "what a waste of alcohol"
go on 'yes, again this is how you end a loop in the default lang
END_FILE

Download Source | Write Comment

Alternative Versions

VersionAuthorDateCommentsRate
ProBasic 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: