mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
fix broken code
This commit is contained in:
5
spec.md
5
spec.md
@@ -82,6 +82,8 @@ a wrap is used to wrap code in square brackets. its used to create a memory stac
|
||||
inside the wraps stack are deleted once the wrap is finished.
|
||||
|
||||
example:
|
||||
|
||||
```
|
||||
let name = unknown
|
||||
[
|
||||
name = input('name: ')
|
||||
@@ -90,7 +92,4 @@ log('you are', age, 'years old!')
|
||||
]
|
||||
log('hello', name)
|
||||
log('we do not know your age anymore because it got deleted when the wrap finished.')
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user