type help to see the types of commands the array can be accessed by $ (the value) and @ (the address of the value) and peek and poke test program I made: X = 2;Y = X*2+1;echo X;echo Y;$=5;@=1;poke;$=0;peek;echo $