6 lines
105 B
Text
6 lines
105 B
Text
|
|
Cls 'Clear the graphics screen
|
||
|
|
Screen 1 'Mode 320x200
|
||
|
|
Locate 12,15
|
||
|
|
Print "Hello world!"
|
||
|
|
Sleep
|