Data Sheet

dScript
dScript User Manual v2.15
Logical operators
Logical operators return true or false.
Symbol Operation Example
> Greater than A > B
>= Greater or equal A >= B
< Less than A < B
<= Less or equal A <= B
== Equal A == B
!= Not equal A != B
An example of using logical operators is the “if” command.
if A > 5 goto label1
Copyright © 2016, Devantech Ltd.
All rights reserved.
www.robot-electronics.co.uk
19