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

4 lines
33 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
h <- (table 'a 1 'b 2)
h 'a
=> 1