Array.car()

From ZCubes Wiki
Revision as of 02:24, 15 April 2020 by Devika (talk | contribs)
Jump to navigation Jump to search


Array.car()

Get the first element of the array.

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

1