ArrayShift
Method Signature
ArrayShift(array=[modifiablearray], defaultValue=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Example with simple values
arr = [
1,
2,
3
];
el = arrayShift( arr );
writeOutput( el );
Using a member function
Additional Examples
Related
Last updated
Was this helpful?
