&delete ( n -- )
Factor handbook » Developer tools » The inspector

Prev:&rename ( key n -- )
Next:me


Vocabulary
inspector

Inputs
na non-negative integer


Outputs
None

Word description
Deletes the nth slot from the current object.

Errors
Throws an error if the object does not support this operation.

See also
&back, &at, &put, &add

Definition