RosettaCodeData/Task/Associative-array-Creation/Retro/associative-array-creation....

9 lines
158 B
Plaintext

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