item
number [list]
Parameters:
number |
Number |
|
[list] |
List |
|
Description:
Returns the element of [list] at the number'th position.
Examples:
item 2 [4 6 8]
returns 6.
Notes:
Indexing starts from 1.
Related Commands:
position
remove
remove-element
setitem