RosettaCodeData/Task/Associative-array-Creation/Ecstasy/associative-array-creation-2.ecstasy

2 lines
54 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Map<String, Int> map = ["foo"=6, "bar"=10, "baz"=15];