Are >= and <= valid?

rq3

Senior Member
The compiler doesn't complain, but they are not listed in the BASIC commands.

For example:
loop until w0>=10
or
if w1<=20 then
 
Top