// ignore values, while iterating over keys
m := {
'one': 1
'two': 2
}
for key, _ in m {
println(key)