1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 23:41:32 +00:00
8bitworkshop/presets/atari8-800/skeleton.fastbasic

15 lines
108 B
Plaintext
Raw Normal View History

GRAPHICS 3
?
? "HELLO BASIC WORLD!"
COLOR 2
FCOLOR 1
PLOT 0,0
FILLTO 39,19
REPEAT
PAUSE 0
UNTIL KEY()