RosettaCodeData/Task/Associative-array-Creation/Wart/associative-array-creation.wart

4 lines
33 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
h <- (table 'a 1 'b 2)
h 'a
=> 1