Remove obsolete HTML comment

refs #6704
This commit is contained in:
Gunnar Beutner 2014-08-29 17:19:20 +02:00
parent eaea65a366
commit 7ec6564248
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ The following operators are supported in expressions:
Operator | Examples (Result) | Description Operator | Examples (Result) | Description
---------|-----------------------------------------------|-------------------------------- ---------|-----------------------------------------------|--------------------------------
! | !"Hello" (false), !false (true) | Log<!-- ignore BLACKLIST -->ical negation of the operand ! | !"Hello" (false), !false (true) | Logical negation of the operand
~ | ~true (false) | Bitwise negation of the operand ~ | ~true (false) | Bitwise negation of the operand
+ | 1 + 3 (4), "hello " + "world" ("hello world") | Adds two numbers; concatenates strings + | 1 + 3 (4), "hello " + "world" ("hello world") | Adds two numbers; concatenates strings
- | 3 - 1 (2) | Subtracts two numbers - | 3 - 1 (2) | Subtracts two numbers