Documentation

alias

Syntax: %alias(name,arguments)
Related: #ALIAS

Expand the value of the named alias with the given arguments. If arguments are supplied they will replace %nn in the alias text

Example

#ALIAS bs {backstab %1 %2}
#SHOW %alias(bs)
Displays: "backstab "
#SHOW %alias(bs, cat, dagger)
Displays: "backstab cat dagger"

Add comment

Login or register to post comments