Core Help Root: Commands: @remember


Syntax: @remember <item> as <what>

Using this command you can alias something which is either hard to type or hard to remember, so that later you can reference it with the new alias you set to it, rather than it's full name. Remembered items do not have to be in the environment for them to be matched. This is also useful, as you do not need to remember full object names. An example would be:

@remember $robot_1512 as fred

If you do this, you will be able to reference $robot_1512 as fred, even if it is not in your environment. This can potentially cause conflicts, as anything remembered is given priority over anything in your environment.

See also: @remembered



the Cold Dark