From WikiChip
Difference between revisions of "Template:l/doc"
< Template:l

(Created page with "{{template doc | description = Adds logic symbols | usage = Syntax: <pre>{{l|type|op1|op2}}</pre> Where type can be: not, onot, and, land, or, lor, xor. For example <pre...")
 
Line 1: Line 1:
 
{{template doc
 
{{template doc
 
| description = Adds logic symbols
 
| description = Adds logic symbols
| usage      = Syntax: <pre>{{l|type|op1|op2}}</pre> Where type can be: not, onot, and, land, or, lor, xor. For example <pre>{{l|and|{{l|onot|A}}|B}}</pre> will result in "{{l|and|{{l|onot|A}}|B}}"
+
| usage      = Syntax: <pre>{{l|type|op1|op2}}</pre> Where type can be: not, onot, and, land, or, lor, xor, eq, neq. For example <pre>{{l|and|{{l|onot|A}}|B}}</pre> will result in "{{l|and|{{l|onot|A}}|B}}"
 
}}
 
}}

Revision as of 03:03, 26 March 2016

Template documentation


Adds logic symbols

Usage

Syntax: 
{{l|type|op1|op2}}
Where type can be: not, onot, and, land, or, lor, xor, eq, neq. For example
{{l|and|{{l|onot|A}}|B}}
will result in "A · B"