FutureProg functions

not

Logical · computer function, computer program, standard futureprog

Boolean not(Boolean item)
Contexts: computer function, computer program, standard futureprog
This function takes a boolean and transforms it into the opposite value - e.g. True becomes False, False becomes True.
item: The boolean you want to change

← Back to FutureProg functions