5 lines
93 B
Text
5 lines
93 B
Text
ary | setpath(ix; 100) | getpath(ix)
|
|
#=> 100
|
|
|
|
ary | setpath(ix; 100) | .[4][3][2][1]
|
|
#=> 100
|