fix: parenthesis
This commit is contained in:
parent
b074f18648
commit
b4886eff87
2 changed files with 5 additions and 2 deletions
2
test.as
2
test.as
|
@ -1,4 +1,4 @@
|
|||
gethelj a = 1
|
||||
gethelj b = a + 2
|
||||
gethelj b = (a + 2) * 3
|
||||
ugass(a,b)
|
||||
gethelj c = piszv & nem piszv
|
Loading…
Add table
Add a link
Reference in a new issue