INCLAN: external: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Usage: eval ''variable'' = ''expression'' show ''variable'' ... set ''variable'' ... set ''variable'' = ''value'' unset ''variable'' ... ''vari…') |
No edit summary |
||
Line 1: | Line 1: | ||
== Synopsis == | |||
'''external''' ''variable'' = ''expression'' | |||
== Description == | |||
Assigns a ''value'' (i. e. a string) or the result of an ''expression'' to an external (non-local) variable even if a local variable with the same name exists. This command can be used to return values from a macro to the calling macro. | |||
(non-local) variable even if a local variable with the same name exists. | |||
This command can be used to return values from a macro to the calling macro. |
Revision as of 14:11, 13 August 2009
Synopsis
external variable = expression
Description
Assigns a value (i. e. a string) or the result of an expression to an external (non-local) variable even if a local variable with the same name exists. This command can be used to return values from a macro to the calling macro.