mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 03:30:04 +00:00
Update README.md
This commit is contained in:
parent
ed0eafadf4
commit
bb6b641fc2
@ -198,7 +198,7 @@ More complex expressions can be built up using algebraic unary and binary operat
|
|||||||
| * | word pointer
|
| * | word pointer
|
||||||
| @ | address of
|
| @ | address of
|
||||||
| - | negate
|
| - | negate
|
||||||
| # | bitwise compliment
|
| ~ | bitwise compliment
|
||||||
| ! | logical NOT
|
| ! | logical NOT
|
||||||
|
|
||||||
|
|
||||||
@ -244,7 +244,7 @@ Control structures affect the flow of control through the program. There are co
|
|||||||
key = $CE ; N
|
key = $CE ; N
|
||||||
fin
|
fin
|
||||||
else
|
else
|
||||||
key = key ? $E0
|
key = key | $E0
|
||||||
fin
|
fin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user