$_boldm ALIAS $_zm

Use: alias [name] <value>

Alias allows you to create custom commands.  The Name becomes a new
command word.  Value is used whenever you enter the new command word
(and or arguments.)

These symbols have special meaning in alias value:

  *  - expand to whole input
  $N - expand to word number N of input

examples:

%alias punch hit u $1 u

%alias yell emote yells, * !
                                                         alias (end)