Funktion
Syntax:
BIT_CMP(<ZAHL> <ZAHL> = <NUM-AUSDRUCK>
Bedeutung:
BIT_CMP liefert als Ergebnis das Komplement der Zahl <ZAHL>
Beispiel:
H% = BIT_CMP(2) /* H% enthält -3
siehe auch:
BIT_AND, BIT_OR, BIT_XOR