Boolean
A boolean is a very simple data type with a value of either true or false. Booleans are most commonly used with conditional statements, for instance:
Last updated
A boolean is a very simple data type with a value of either true or false. Booleans are most commonly used with conditional statements, for instance:
Last updated