Szafir74
Results
1
comments of
Szafir74
Constants can be used to store values that don't change during the execution of your program. CONTS NAME="ATARI" CONST SCREEN_ADR=88 PRINT "I LOVE ",NAME scrptr=DPEEK(SCREEN_ADR)