dog := {"name": "바둑이", "age": 2} for key, val in dog { MsgBox, % A_index "번째로 가져온 키는 " key ", 값은 " val "입니다." }