mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 17:06:07 +00:00
7 lines
54 B
Plaintext
7 lines
54 B
Plaintext
let x = 10
|
|
|
|
do
|
|
let x = 20
|
|
term.log(x)
|
|
|
|
term.log(x) |