1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-07 01:29:30 +00:00
8bitworkshop/presets/atari8-800/skeleton.fastbasic
2022-08-30 19:37:30 -05:00

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()