7 lines
124 B
Text
7 lines
124 B
Text
uses console
|
|
|
|
print "Goodbye, "; 'The semicolon stops the newline being added
|
|
print "World!"
|
|
|
|
printl cr "Enter ..."
|
|
waitkey
|