use let pic basic 7.10 and for example

define PORTB, 0000000
dim a
for a =0 to 255
OUTB(a)
next a

use now picbasic pro 2.43
and i can't write thios example

TRISB
a VAR BIT
for a =0 to 255
-----------------------what is a syntaxe for OUTB(A) in pro basic
next a

thank for help