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

Prev:&add ( value key -- )
Next:&delete ( n -- )


Vocabulary
inspector

Inputs
keyan object
na non-negative integer


Outputs
None

Word description
Changes the key of the nth slot of the current object.

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

Definition