-- main.mcl -- # set scope ordering test $y = $x $x = "hey" test $y {} -- OUTPUT -- Vertex: test[hey]