<number> = ~<number>
Operators: Bitwise Not "~"Bit toggle, bitwise Operators: Boolean Negation "!"negation.
Flow control: if … then Flow control: try … thenThe Add "+": Monadic operator "+" Subtract "-": Monadic operator "-" Built-in operators: monadic operators:monadic operator ~ Flow control: returnreturns Flow control: if … then Flow control: try … thenthe 2'Operators: Bitwise Not "~"s complement of Flow control: if … then Flow control: try … thenthe supplied numeric Glossary: Valuevalue.
Bitwise Vipsi command syntax: Operators Operators Glossary: Operatoroperators work on 32 bits. Flow control: if … thenIf you need less, you must mask Flow control: if … then Flow control: try … thenthe result. Flow control: if … then Flow control: if … thenIf the supplied Glossary: Valuevalue is a Data Types: Text Glossary: text, text_valtext, Flow control: if … then Flow control: try … thenthen it is automatically evaluated as a Glossary: number, num_valnumber.
e.g.:
a = ~a
a = a & ~$20
|