Reword arrays introduction.

This commit is contained in:
HorseMD 2014-11-18 12:19:12 +00:00
parent 1e1ff8bd10
commit 39ac935c4f

View File

@ -139,7 +139,10 @@ WATER-BOILING-POINT . \ 100 ok
\ ----------------------------------- Arrays -----------------------------------
\ Set up an array of length 3:
\ Creating arrays is similar to variables, except we need to allocate more
\ memory to them.
\ You can use `2 cells allot` to create an array that's 3 cells long:
variable mynumbers 2 cells allot \ ok
\ Initialize all the values to 0