mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add code
This commit is contained in:
3
spec.md
3
spec.md
@@ -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.
|
setting variables returns the value, which can be used.
|
||||||
|
|
||||||
example:
|
example:
|
||||||
|
|
||||||
|
```
|
||||||
if (x = 10) > 5 [
|
if (x = 10) > 5 [
|
||||||
log(x, 'is bigger than 5')
|
log(x, 'is bigger than 5')
|
||||||
]
|
]
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user