Array.car()

From ZCubes Wiki
Jump to navigation Jump to search


Array.car()

Get the first element of the array.

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

1

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

32