6 lines
83 B
Rexx
6 lines
83 B
Rexx
|
|
map = .directory~new
|
||
|
|
map["foo"] = 5
|
||
|
|
map["bar"] = 10
|
||
|
|
map["baz"] = 15
|
||
|
|
map["foo"] = 6
|