RosettaCodeData/Task/Collections/Raven/collections-2.raven

7 lines
71 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{ 'a' 1 'b' 2 } as a_hash
a_hash print
hash (2 items)
a => 1
b => 2