mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 07:33:14 +00:00
15 lines
108 B
Plaintext
15 lines
108 B
Plaintext
|
|
GRAPHICS 3
|
|
?
|
|
? "HELLO BASIC WORLD!"
|
|
|
|
COLOR 2
|
|
FCOLOR 1
|
|
PLOT 0,0
|
|
FILLTO 39,19
|
|
|
|
REPEAT
|
|
PAUSE 0
|
|
UNTIL KEY()
|
|
|