Difference between revisions of "Template:Logical Comparison Operators"

From WikiManual
Jump to: navigation, search
m (this needs some work, just showing what im doing....)
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Please do not remove or change this SfD-c message until the issue is settled -->
+
{| width="100%" style="background: transparent;"
<div class="boilerplate metadata" id="sfd-c" style="margin: 0 5%; padding: 0 7px 7px 7px; background: #FFFCE6; border: 1px solid #aaa; text-align: left; font-size:95%;">
+
{{Divred}}
===Logical Comparison Operators:===
+
==[[Logical Comparison Operators]]:==
{| style=background:#FFFCE6;
+
<!-- This is part of a template, included in multiple articles like a procedure. Changing this changes more than one articles appearance-->
 +
 
 +
{| style=background:#fff3f3;
 +
|-
 +
| [[Greater than|>]] || [[Less than|<]]
 
|-  
 
|-  
 +
| [[Greatthan equals|>= ]] || [[Lessthan equals|<=]]
 +
|-
 
| [[=]] || [[!=]]
 
| [[=]] || [[!=]]
|-
 
| [[Greater than|>]] ||[[Less than|<]]
 
|-
 
| [[Greater than|>=]] ||[[Less than|<=]]
 
 
|-  
 
|-  
 
| [[%=]] || [[!%=]]
 
| [[%=]] || [[!%=]]
 +
|-
 +
|[[~=]] || [[!~=]]
 +
|-
 +
|}
 
|}
 
|}
</div>
 
<!-- End of SfD-c message, feel free to edit beyond this point -->
 

Latest revision as of 02:08, 31 January 2006

Logical Comparison Operators:

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