4 lines
201 B
Text
4 lines
201 B
Text
clg # Clear the graphics screen
|
|
font "Arial",10,100 # Set the font style, size, and weight respectively
|
|
color black # Set the color...
|
|
text 0,0,"HelloWorld!" # Display in (x,y) the text HelloWorld!
|