Categories
Description :
Calculates the logical NOT(negation) of a value.
Uses :
Returns true if the value is false and false if the value is true.
Example :
This code sets the value of the variable Speed to 0 whenever the Up arrow key is not pressed.