Files
mgmt/lang/interpret_test/TestAstFunc1/graph8.txtar
2025-03-12 03:33:08 -04:00

10 lines
166 B
Plaintext

-- main.mcl --
# should be out of scope, and a compile error!
if $b {
}
if true {
$b = true
}
-- OUTPUT --
# err: errSetScope: var `$b` does not exist in this scope