Files
argon-v3/tests/stack test.ar
2023-08-08 18:45:03 +01:00

17 lines
118 B
Plaintext

let x = 10
do
let x = 20
term.log(x)
term.log(x)
term.log()
let x = 10
do
x = 20
term.log(x)
term.log(x)