Add operation works!

This commit is contained in:
Krzosa Karol
2022-06-23 12:48:40 +02:00
parent d33a18c8fe
commit 25fffae7e0
5 changed files with 171 additions and 146 deletions

View File

@@ -2,4 +2,9 @@
global_variable := 10 + 29
main :: ()
a := 10 + 20 // a := 10 + 20
a := 10 + 20 // a := 10 + 20
b := a + 20
return
thing :: ()
b := 20