@ (Object control)

Returns a list field by index.

Arguments

index
is an integer number, zero-based. If the index is out of range, an error will occur.
list
is the builtin-list to get a field from.

Return values

value
of the field.

Example

1 (1 2 3) @ print
Output:
2