confusing 'complie error'

djmikeys

New Member
I have just downloaded the program editor and got picaxe working with my new computer. When I open an existing file that worked fine on my old computer and run it it comes up with "Error! - mistake in line" for the following lines of code:

if b1 =< 30 then goto speed1
if b1 =>31 and b1 =<50 then goto speed2
if b1 =>51 and b1 =<70 then goto speed3
if b1 =>71 and b1 =<90 then goto speed4
if b1 =>91 and b1 =<110 then goto speed5
if b1 =>111 then goto speed6

Am i being stupid or has the commands changed for a newer version of the program editor?
 
Top