Implemented complex expressions
This commit is contained in:
parent
988a538661
commit
d1a3ffb1a5
7 changed files with 137 additions and 102 deletions
|
@ -11,7 +11,10 @@ hello() {
|
|||
address += 4194304
|
||||
address += 1
|
||||
|
||||
length = 0
|
||||
length = 0 + 1
|
||||
length -= length
|
||||
length += write + stdout
|
||||
length -= length
|
||||
length += 50
|
||||
length -= 20
|
||||
length *= 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue