Variable modifiers are used to access an individual bit of a variable.
Available modifiers:
Examples:
TRISB.2=0 ' RB3 is an output If PORTB.1=1 Then ' Test RB3