From 1ef055e9879567e6f53c829ccdd88a4388811386 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 8 Jan 2012 00:25:23 +0100 Subject: Yet another documentation fix... Copy&Paste is sometimes a very bad idea... --- docu/language_definition.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
<ste:if>
<ste:cmp var_a="foo" op="eq" text_b="bar" />
<ste:then>:-)</ste:then>
<ste:else>:-(</ste:else>
</ste:if>
If the variable foo has the content bar, :-) will be returned, :-( otherwise.

-

Short syntax for if-clause

+

Short syntax for comparisons

Because comparisons are used often, there is an short syntax:

~{a|operator|b}

This is equivalent to:

-- cgit v1.2.3-54-g00ecf