RosettaCodeData/Task/Associative-array-Creation/Retro/associative-array-creation.retro
2023-07-01 13:44:08 -04:00

8 lines
158 B
Text

with hashTable'
hashTable constant table
table %{ first = 100 }%
table %{ second = "hello, world!" keepString %}
table @" first" putn
table @" second" puts