1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-09 13:33:26 +00:00

Update User Manual.md

This commit is contained in:
David Schmenk 2016-01-06 12:47:31 -08:00
parent ccfbbdb2c6
commit cb19d7b0f4

View File

@ -498,7 +498,7 @@ Address operators can work on any value, i.e. anything can be an address. Parent
| && | logical AND (alt)
#### Increment and Decrement
PLASMA has an increment and decrement statement. This is different than the increment and decrement operations in languages like C and Java. Instead, they cannot be part of an expression and only exist as a statement as postfix:
PLASMA has an increment and decrement statement. This is different than the increment and decrement operations in languages like C and Java. Instead, they cannot be part of an expression and only exist as a statement in postfix:
```
byte i