diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-01-08 00:25:23 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-01-08 00:25:23 +0100 |
commit | 1ef055e9879567e6f53c829ccdd88a4388811386 (patch) | |
tree | 2a32964a0038b48dacbb48fcda91ee3e7e7e6dc9 /docu/language_definition.html | |
parent | bd065d0fa8680ea4611ec67973772062b469346a (diff) | |
download | ste-1ef055e9879567e6f53c829ccdd88a4388811386.tar.gz ste-1ef055e9879567e6f53c829ccdd88a4388811386.tar.bz2 ste-1ef055e9879567e6f53c829ccdd88a4388811386.zip |
Yet another documentation fix...
Copy&Paste is sometimes a very bad idea...
Diffstat (limited to 'docu/language_definition.html')
-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> |