SecondBASIC Documentation v3
Home
/
Function Reference
/
Not()
Not()
Description:
Returns the bitwise inverse of the expression.
Syntax:
Not(<expression>)
Part
Description
<expression>
Required. The numeric expression to perform the bitwise function on.
Example:
a = 1
Print Not(a)