Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Booleans

NaijaScript booleans are simple true/false values.

Literals

Declare boolean values:

make foo get true
make bar get false

Methods

Boolean methods are currently planned and not yet available.

Operators

Available logical operators:

OperatorDescription
andlogical conjunction
orlogical disjunction
notlogical negation