Array.car()


Array.car()

Get the first element of the array.

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

1

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

32