Implemented complex expressions

This commit is contained in:
Eduard Urbach 2024-06-26 22:51:14 +02:00
parent 03a7651cad
commit 0394d68bdf
Signed by: eduard
GPG key ID: 49226B848C78F6C8
7 changed files with 137 additions and 102 deletions

View file

@ -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