diff options
Diffstat (limited to 'docu')
-rw-r--r-- | docu/language_definition.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docu/language_definition.html b/docu/language_definition.html index 84232de..a296395 100644 --- a/docu/language_definition.html +++ b/docu/language_definition.html @@ -445,6 +445,9 @@ <code><pre><ste:set var="temp"><ste:foo /></ste:set><br /><ste:bar baz="$temp" /></pre></code> </p> + <h3 id="builtin_setlocal">ste:set</h3> + <p>ste:setlocal is used like <a href="#builtin_set">ste:set</a>, but only a local variable will be set (ste:set would overwrite a variable, if it was declared in a parent scope). + <h3 id="builtin_get">ste:get</h3> <p>ste:get will return the content of a variable. The parameter <code>var</code> takes the name of the variable to get. Useful, if you want to get a variable which name is stored in a variable.</p> <p> |