Update User Manual.md

This commit is contained in:
David Schmenk 2014-05-22 20:42:20 -07:00
parent 93ef9f464d
commit 457167ff53

View File

@ -164,7 +164,9 @@ Words can represent many things in PLASMA, including addresses. PLASMA uses a 16
#### Arrays
Arrays are the most useful data structure in PLASMA. Using an index into a list of values is indispensible. PLASMA has a flexible array operator. Arrays can be defined in many ways, usually as:
[`export`] <`byte`, `word`> [`label`] [= < number, character, string, address, ... >]
For example:
```
predef myfunc