Files
mgmt/lang/interpret_test/TestAstFunc1/graph8.txtar
James Shubin 55eeb50fb4 lang: Refactor all the highlight helping together
Keep this cleaner and add a bit more.
2025-06-07 17:52:15 -04:00

10 lines
187 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: /main.mcl @ 2:4-2:5