class AM_VARR_ASSIGN_EXPR < $AM_EXPR
****
Assignment to an array element of a value object.


Flattened version is here

Ancestors
$AM_EXPR $HASH $IS_EQ $AM
$PROG_ERR AM_EXPR AM



Public


Readable Attributes
attr ind:$AM_EXPR;
**** The index of the array element.
attr ob:$AM_EXPR;
**** The value object.
attr val:$AM_EXPR;
**** The new value.

Writable Attributes
attr ind:$AM_EXPR;
**** The index of the array element.
attr ob:$AM_EXPR;
**** The value object.
attr val:$AM_EXPR;
**** The new value.

Features
copy:$AM_EXPR
tp:$TP
**** Returns the object, so has same type.