Difference between revisions of "Template:Logical Comparison Operators"

From WikiManual
Jump to: navigation, search
m
 
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Logical Comparison Operators===
+
{| width="100%" style="background: transparent;"
* [[=]]
+
{{Divred}}
* [[!=]]
+
==[[Logical Comparison Operators]]:==
* [[Greater than|>]]
+
<!-- This is part of a template, included in multiple articles like a procedure. Changing this changes more than one articles appearance-->
* [[Less than|<]]
+
 
* [[%=]]
+
{| style=background:#fff3f3;
* [[!%=]]
+
|-
* [[Robot DNA]]
+
| [[Greater than|>]] || [[Less than|<]]
 +
|-
 +
| [[Greatthan equals|>= ]] || [[Lessthan equals|<=]]
 +
|-
 +
| [[=]] || [[!=]]
 +
|-
 +
| [[%=]] || [[!%=]]
 +
|-
 +
|[[~=]] || [[!~=]]
 +
|-
 +
|}
 +
|}

Latest revision as of 02:08, 31 January 2006

Logical Comparison Operators:

> <
>= <=
= !=
%= !%=
~= !~=