$result: Difference between revisions
Jump to navigation
Jump to search
m Added example |
m forgot wiki links |
||
Line 4: | Line 4: | ||
alias a { | alias a { | ||
b | b | ||
echo -ag Returned value from /b command: $result | [[echo]] -ag Returned value from /b command: $result | ||
} | } | ||
alias b | alias b | ||
return buzzy B | [[return]] buzzy B | ||
} | } | ||
With the above script loaded when we issue the /a alias, we'll get echo'd | With the above script loaded when we issue the /a alias, we'll get echo'd |