Please enable JavaScript to view this site.

A-Shell Reference

Added January 2022

Statement

Description

.CLEAR

Remove all elements of the array.

.REDIMX

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