I am having issues with the new compiler, compiling if then else statements, this is what my code looks like:
if rc_sw1 = 0 then drive_l = 254 drive_r = 0 Else drive_l = 200 drive_r = 200 EndIF
Every time i syntax check it, it says Expected a label. Anyone know why? Or are you having the same issues?