NOT: Difference between revisions

From Fancade Wiki
 
m (Block template + Rename file + Related section)
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 its input.


[[File:Screenshot_2022-02-14-07-39-48-31_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
[[File:NOT_example.png]]


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


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

Revision as of 06:47, 21 May 2024

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

Outputs the opposite of its input.

File:NOT example.png

Related