3 lines
54 B
Smalltalk
3 lines
54 B
Smalltalk
|
|
"retrieving a value from an array"
|
||
|
|
#($a $b $c) at: 2
|