3 lines
107 B
Text
3 lines
107 B
Text
open window 200, 100
|
|
text 10, 20, "Hello world"
|
|
color 255, 0, 0 : text 10, 40, "Good bye world", "roman14"
|