class AM_ARRAY_EXPR < $AM_EXPR
****
An array creation expression. An array of the expressions specifying the values of the array entries. These must be evaluated left to right. The number specifies the size of the created array.


Flattened version is here

Ancestors
$AM_EXPR $HASH $IS_EQ $AM
$PROG_ERR ARRAY{_} $ARR{_} $RO_ARR{_}
$CONTAINER{_} $ELT{_} $ELT AREF{_}
AM_EXPR AM



Public


Readable Attributes
attr tp_at:$TP;
**** The type of the array.

Writable Attributes
attr tp_at:$TP;
**** The type of the array.

Features
copy:$AM_EXPR
create(nargs:INT, source:SFILE_ID):SAME
**** A new definition for a routine or iter with `nargs' arguments (including self).
tp:$TP

Iters


Private