RosettaCodeData/Task/Associative-array-Creation/Retro/associative-array-creation.retro
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07: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