add variable updates and some fixing

This commit is contained in:
afonya2 2025-05-24 18:22:08 +02:00
parent 581c301165
commit 8403628d7f
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
2 changed files with 9 additions and 3 deletions

View file

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