The following code which I wrote is wrong.
But it is accepted by LBB and run it in wrong way, so a wrong result was displayed.
 Code:
'code------
A=4
if A=2 then else print "3"
  print "2"
else
if A=4 then 
  print "4"
end if
end if
wait
'code-----
 
I hope Richard will take care of it at next release. 
With all thanks to Richard
Regards,
Sarmed