2001-06-25
2001-06-25 17:47:27 by Martin Nilsson <mani@lysator.liu.se>
-
1edcd62ae59d814f0f9b4447e444771947d93d36
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 5.2
Added != as approved relational operator to sexpr.
Rev: server/modules/tags/rxmltags.pike:1.245
7:
#define _rettext RXML_CONTEXT->misc[" _rettext"]
#define _ok RXML_CONTEXT->misc[" _ok"]
- constant cvs_version = "$Id: rxmltags.pike,v 1.244 2001/06/25 17:30:12 nilsson Exp $";
+ constant cvs_version = "$Id: rxmltags.pike,v 1.245 2001/06/25 17:47:27 nilsson Exp $";
constant thread_safe = 1;
constant language = roxen->language;
52:
"`%":`%,
"`!":`!,
+ "`!=":`!=,
"`&":`&,
"`|":`|,
"`^":`^,
5729: Inside #if defined(manual)
"if#expr":#"<desc plugin='plugin'><p><short>
This plugin evaluates a string as a pike expressions.</short>
Available arithmetic operators are +, -, *, / and % (modulo).
- Available relational operators are <, >, ==, <= and
+ Available relational operators are <, >, ==, !=, <= and
>=. Available bitwise operators are &, | and ^, representing
AND, OR and XOR. Available logical operators are && and ||,
working as the pike AND and OR.</p>