NOT: Difference between revisions

From Fancade Wiki
 
(Added an example image and minor edit)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[File:NOT1.png]]
{{Block
|image=NOT.png
|type=s
|folder=Math
|input1={{Port|t|Tru}}
|output1={{Port|t|Not Tru}}
}}


Outputs the opposite of its input.
Outputs the opposite of the input [[Truth (True & False)|truth]].


[[File:Screenshot_2022-02-14-07-39-48-31_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
{{Image|NOT example.jpg|Example}}


== Related ==
* [[AND]]
* [[OR]]
* [[Equal Truths]]
* [[Negate]]


[[Category:Blocks]]
[[Category:Blocks]]

Latest revision as of 17:09, 21 May 2024

NOT
NOT.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Tru
Outputs Not Tru

Outputs the opposite of the input truth.

Example

Related