Israel
Asked — Edited

If Question

Hello there!

I want to put after an If (value condition) more than just one command. Is it possible? What would be the syntax?

Thanks, Roi.


ARC Pro

Upgrade to ARC Pro

With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.

#1  

You can use "and" or "or"


If ($distance < $somevalue and $someother > $something or $d = $b)
Goto loop