diff options
-rw-r--r-- | docu/language_definition.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docu/language_definition.html b/docu/language_definition.html index 575ea07..281baea 100644 --- a/docu/language_definition.html +++ b/docu/language_definition.html @@ -275,7 +275,7 @@ <code><pre><ste:if><br /> <ste:cmp var_a="foo" op="eq" text_b="bar" /><br /> <ste:then>:-)</ste:then><br /> <ste:else>:-(</ste:else><br /></ste:if></pre></code> If the variable <code>foo</code> has the content <code>bar</code>, <code>:-)</code> will be returned, <code>:-(</code> otherwise. </p> - <h4 id="builtin_cmp_short">Short syntax for if-clause</h4> + <h4 id="builtin_cmp_short">Short syntax for comparisons</h4> <p>Because comparisons are used often, there is an short syntax:</p> <p><code>~{a|operator|b}</code></p> <p>This is equivalent to:</p> |