-- main.mcl -- import "fmt" $map = {0 => "a", 1 => "b", 2 => "c",} forkv $key, $val in $map { $foo = $key # does nothing } -- OUTPUT --