4 lines
66 B
Text
4 lines
66 B
Text
|
|
NewMap dict.s()
|
||
|
|
dict("country") = "Germany"
|
||
|
|
Debug dict("country")
|