8 lines
158 B
Text
8 lines
158 B
Text
with hashTable'
|
|
hashTable constant table
|
|
|
|
table %{ first = 100 }%
|
|
table %{ second = "hello, world!" keepString %}
|
|
|
|
table @" first" putn
|
|
table @" second" puts
|