added parenthesis

This commit is contained in:
afonya2 2025-05-17 19:52:46 +02:00
parent 3f8d1df4cb
commit 28c440539d
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
2 changed files with 46 additions and 16 deletions

View file

@ -1,3 +1,3 @@
gethelj a = 1
gethelj b = a + (2+2)
gethelj b = a + 2
gethelj c = ugass(a,b)