1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-03 05:29:30 +00:00

Update User Manual.md

This commit is contained in:
David Schmenk 2014-11-06 11:30:47 -08:00
parent 1580c39fb4
commit a50f2e3b6b

View File

@ -368,6 +368,8 @@ Address operators can work on any value, i.e. anything can be an address. Parent
|:----:|---------------------|
| . | byte type override
| : | word type override
| -> | pointer to byte
| => | pointer to word
| [] | array index
| () | functional call