Basic30 Language Reference
Variable Modifiers

Variable modifiers are used to access an individual bit of a variable.

Available modifiers:

.0
.1
.2
.3
.4
.5
.6
.7
                .8
.9
.10
.11
.12
.13
.14
.15
 

Examples:

TRISB.2=0	' RB3 is an output

If PORTB.1=1 Then	' Test RB3