4 lines
117 B
Text
4 lines
117 B
Text
|
|
a_list 1 get # get second item
|
||
|
|
a_hash 'b' get # get item with key 'b'
|
||
|
|
a_hash.b # shorthand
|