We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d06fef commit 62e4eddCopy full SHA for 62e4edd
README.md
@@ -657,6 +657,12 @@ end
657
658
Defines a named macro, i.e. a list of statements that can be executed later with the [`call_macro`](#call_macro) function.
659
660
+Variables can be referenced with `$[<variableName>]`, in the following order of precedence:
661
+
662
+1. "dynamic" local variables, passed as options to the `call_macro` function;
663
+2. "static" local variables, passed as options to the `do put_macro` bind;
664
+3. global variables, defined via [`put_var`](#put_var)/[`put_vars`](#put_vars).
665
666
Parameters:
667
668
- `name` (required): Unique name of the macro.
0 commit comments