Difference between revisions of "Template:Logic"

From WikiManual
Jump to: navigation, search
(removed stack operators (put into new category))
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<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%;">
+
{| width="100%" style="background: transparent;"
===[[Logic Operators]]:===
+
{{Divred}}
 +
==[[Logic]]:==
 
<!-- This is part of a template, included in multiple articles like a procedure. Changing this changes more than one articles appearance-->
 
<!-- This is part of a template, included in multiple articles like a procedure. Changing this changes more than one articles appearance-->
  
{| style=background:#FFFCE6;
+
{| style=background:#fff3f3;
 +
|-
 +
| [[true]]
 +
|-
 +
| [[false]]
 
|-
 
|-
 
| [[and]]  
 
| [[and]]  
Line 13: Line 18:
 
| [[xor]]
 
| [[xor]]
 
|-
 
|-
 +
|-
 +
|}
 
|}
 
|}
</div>
 

Latest revision as of 22:54, 19 February 2014

Logic:

true
false
and
or
not
xor