-- 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