Created layout |
mNo edit summary |
||
Line 20: | Line 20: | ||
=== * ([[Types:Bool |bool]]) === | === * ([[Types:Bool |bool]]) === | ||
Output of if instance is null. | Output of if instance is null. | ||
[[Category:ProtoFlux:Operators]] |
Revision as of 08:48, 14 January 2024
Is Null
Operators
Is Null returns a bool of if the inputted object is null.
Inputs
Instance (Pseudo-Generic)
Inputted object to check if null.
Outputs
* (bool)
Output of if instance is null.