Difference between revisions of "Template:Logical Comparison Operators"
From WikiManual
m (this needs some work, just showing what im doing....) |
m (→Logical Comparison Operators:) |
||
Line 3: | Line 3: | ||
===Logical Comparison Operators:=== | ===Logical Comparison Operators:=== | ||
{| style=background:#FFFCE6; | {| style=background:#FFFCE6; | ||
+ | |- | ||
+ | | [[Greater than|>]] || [[Less than|<]] | ||
|- | |- | ||
+ | | [[Greatthan equals|>= ]] || [[Lessthan equals|<=]] | ||
+ | |- | ||
| [[=]] || [[!=]] | | [[=]] || [[!=]] | ||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| [[%=]] || [[!%=]] | | [[%=]] || [[!%=]] | ||
+ | |- | ||
+ | |[[~=]] || [[!~=]] | ||
+ | |- | ||
|} | |} | ||
</div> | </div> | ||
<!-- End of SfD-c message, feel free to edit beyond this point --> | <!-- End of SfD-c message, feel free to edit beyond this point --> |