-- main.mcl -- # this should fail b/c of variable re-declaration $x = "hello" $x = "world" # woops -- OUTPUT -- # err: errSetScope: could not generate ordering: duplicate assignment to `var:x`, have: bind(x)