From 6ab5c3fac3fdd1a768cd3c042c5a69f37c0f5377 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 17 Sep 2011 22:28:47 +0200 Subject: Some minor changes in the language definition. --- language_definition.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'language_definition.html') diff --git a/language_definition.html b/language_definition.html index 6eccfa5..b1964a9 100644 --- a/language_definition.html +++ b/language_definition.html @@ -205,6 +205,7 @@

conditionthenelse]]>

?, {, | and } can be escaped

In this variant, the else part is not optional!

+

WARNING: short if-clauses can not be nested!

ste:cmp

With the ste:cmp tag you can compare two values.

@@ -435,7 +436,7 @@ ]]> When executing slave.tpl, master.tpl will be loaded and its content block will be replaced with the new one (Much cooler content :-)) but leave the original sidebar block.

-

Code in blocks will be executed at last.

+

Blocks can not be nested.

ste:set

ste:set will set a variable. The parameter var takes the name of the variable to set. The content of the Tag will be the new content of the variable.

-- cgit v1.2.3-54-g00ecf