if then statment
night_bot
Posts: 4
I am having a problem with a very simple few lines of code.
if (in7 = 0 ) then
high 12
else
low 12
endif
I keep getting an error code after the then statment saying, expecting a lable. I do not get what it means by that... Any help will be apriciated.
if (in7 = 0 ) then
high 12
else
low 12
endif
I keep getting an error code after the then statment saying, expecting a lable. I do not get what it means by that... Any help will be apriciated.
Comments
' {$STAMP BS2}
' {$PBASIC 2.5}