This commit is contained in:
2022-09-22 20:57:00 +01:00
parent 92defcf856
commit 99d219f637

View File

@@ -36,9 +36,12 @@ if there is no variable found in the other stacks, then it sets one in the curre
setting variables returns the value, which can be used.
example:
```
if (x = 10) > 5 [
log(x, 'is bigger than 5')
]
```
---