Difference between revisions of "$isalias"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 19:40, 8 April 2008

Returns $true if the specified name is an alias command that exists in your aliases or scripts.

$isalias(name)

Example

$isalias(op)

Returns $true if you have an alias called op.

See Also