BChg

Wert = BChg ( Zahl , Bit )

Das Bit an der Position Bit in der Zahl wird invertiert.

Examples

PRINT BChg(15, 1)
13

PRINT BChg(13, 1)
15

Siehe auch