LESSON 1
Using The Language

1. Familiarise yourself with the large blank area known as the editing area.



2. Click into this area, then type the following:

	PRINT "HELLO WORLD"
	WAIT KEY
3. This is a simple program to display "HELLO WORLD" to the screen, then wait for the user to press a key before exiting. To run the program, you can either press F5, use the COMPILE Menu or click the iconic shortcut that looks like a green play button:




CLICK HERE TO RETURN TO THE MAIN MENU