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