False: Difference between revisions

From PenguinMod Wiki
False
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
Line 8: Line 8:
|title = false
|title = false
}}
}}
The false block is a boolean block and an [[operators block]] that outputs a false value.
The '''false''' block is a boolean block and an [[operators block]] that outputs a false value.
==Workaround==
==Workaround==
This block can be replicated by using any condition that always reports false, ex. 1 = 0 or 9 < 4.
This block can be replicated by using any condition that always reports false, ex. 1 = 0 or 9 < 4.
==See also==
*[[true]]
{{DISPLAYTITLE:false}}
{{DISPLAYTITLE:false}}
[[Category:Boolean Blocks]]
[[Category:Boolean Blocks]]

Latest revision as of 21:42, 26 January 2024

false
...
[[File:|200px]]
Caption
Block Type Boolean Block
Category / Extension Operators
Status Who tf uses status

The false block is a boolean block and an operators block that outputs a false value.

Workaround

This block can be replicated by using any condition that always reports false, ex. 1 = 0 or 9 < 4.

See also