Actions
$result » History » Revision 1
Revision 1/2
| Next »
Per Amundsen, 08/11/2015 05:56 AM
Added in 1.9.0
$result
Stores the number value returned to a calling routine by the /return command.
Example
; Create a alias alias Example2 { return Hello World } ; Create another alias alias Example { noop $Example2 echo -ag The return text for Example2 was $result }
Updated by Per Amundsen over 9 years ago · 1 revisions