-- main.mcl -- $msg = "a" class shadowme($msg) { $msg = "c" if true { $msg = "d" } test "${msg}" {} } include shadowme("b") -- OUTPUT -- Vertex: test[c]