start | all-pages
arrayaccessingelements
To read a specific value, pass a pointer to the array and the
offset to +a:fetch
&my-array #2 a:fetch
To store a value into an array, pass the value, a pointer to the
array and the offset to +a:store
#76 &my-array #2 a:store