if ◇ then -- or else --


Proceeds to evaluate the condition, and runs the first process if the value holds true, and a second process if the value is false. It corresponds to the command "if else[sentence]" in general coding languages.

Was this article helpful?
Control Blocks