 |
 |
Command : Return
|
| |
Syntax
RETURN < string value >
Description
This command can be used only in aliases.
It will assign a return value to the current alias.
If the alias was executed from the $%ext_alias function, that function will be substituted by that value.
NOTE : Return , will not break the execution of the alias.
To break the execution you must call halt.
In this way you can call RETURN more than once in one alias.
It will simply change the return value...(so it can be used as a write-only variable).
Example
if( $%lst_find[$_mynick,$list.of.nicks] ) return $_true
See also
Index  Command list  Commandline syntax