Array.head()

From ZCubes Wiki
Jump to navigation Jump to search


Array.car()

Get the first element of the array.

Same as Array.car()

A=1..100; A.head()

1

A=32..789; A.car()

32

See Also

cdr

tail