This is what is in his book but it will not programme

symbol led = b0
pins = %00000000
dirs = %11111111
main:
for led = 0 to 7
high led
pause 1000
low led
pause 1000
low led
next

then the same only reversed

goto main
end

also

I have seached two books but I cant find what dirs means