High level operations

 

Z language provides high level operations

They allow to fill or initialize  a data structure (abstract machine) from a set of values.

Example

        CREATE_LIST ( L, [12, 34, I, I+J, 45] ) creates a linked list L with values in square brackets in the order shown.