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

4 lines
117 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a_list 1 get # get second item
a_hash 'b' get # get item with key 'b'
a_hash.b # shorthand