boolean
- comment
Booleans might be
trueorfalse, "common.j" variablesTRUEandFALSEwere added to allow you to use them, but it is not a good idea to do so. Usingtrueis faster than getting a value of variableTRUE.Comparision expresions
==,<=,<,>,>=,!=returnboolean.Statements
if,elseifandexitwhentakebooleanas argument.- Source
- builtin-types.j (suggest an edit or discuss on Github)
- Source code
type boolean extends void- Search for