my %hash; %hash = 1; %hash = 2; %hash = 4; %hash = 8; for %hash.kv -> $key, $value { say "$key - $value" }