RosettaCodeData/Task/Hello-world-Newbie/BASIC256/hello-world-newbie-2.basic256
2015-11-18 06:14:39 +00:00

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!