Added January 2022
Statement |
Description |
---|---|
Remove all elements of the array. |
|
Re-dimension an array originally created with DIMX. |
|
.POPFRONT |
Remove first element from list, e.g. .POPFRONT $M(). |
.POPBACK |
Remove last element from list, e.g. .POPBACK $M(). |
.SPLICE |
Splice elements from one list to other. |
.SORT |
Sort elements in list by value, e.g. .SORT $M() .SORT $kids() sorts according to the collating sequence, just as the ordered map does. |
See Also