Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
| Discussion: | The NOT function flips the bits in a numeric expression. |
| Syntax: | NOT(numeric-expression ) |
| Example: |
B = NOT(A) If A = 01010101 (binary), then B = 10101010 (binary). |