mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-12-24 00:31:19 +00:00
Update User Manual.md
This commit is contained in:
parent
48cb5c0537
commit
1649610d11
@ -395,12 +395,15 @@ Address operators can work on any value, i.e. anything can be an address. Parent
|
||||
| | | bitwise OR
|
||||
| == | equals
|
||||
| <> | not equal
|
||||
| != | not equal (alt)
|
||||
| >= | greater than or equal
|
||||
| > | greater than
|
||||
| <= | less than or equal
|
||||
| < | less than
|
||||
| OR | logical OR
|
||||
| AND | logical AND
|
||||
| || | logical OR (alt)
|
||||
| && | logical AND (alt)
|
||||
|
||||
### Statements
|
||||
PLASMA definitions are a list of statements the carry out the algorithm. Statements are generally assignment or control flow in nature. Generally there is one statement per line. The ';' symbol seperates multiple statements on a single line. It is considered bad form to have multiple statements per line unless they are very short.
|
||||
|
Loading…
Reference in New Issue
Block a user