ArrayFirst
Method Signature
ArrayFirst(array=[array])Arguments
Argument
Type
Required
Description
Default
Examples
Member Function
someArray = [
1,
2,
3,
4
];
WriteOutput( someArray.first() );
Non-Member Function
Additional Examples
Related
Last updated
Was this helpful?
