bit-mode-directive = ( $BITMODE | $BM ) bit-mode-toggle .
bit-mode-toggle = bit-mode-plc | bit-mode-normal .
bit-mode-plc = on-switch | PLC .
bit-mode-normal = off-switch | NORMAL .
Toggles the special one-bit syntax optimized for "PLC mode" for bit operations.
Bit operations and statements are limited.
Default is OFF / NORMAL.
{$BITMODE PLC}
See also: PLC bit expressions and statements.