Execute code below only if the condition is valid.

if ?
?condition
ValueDescription
=equal to
<inferior to
>superior to
<=inferior or equal to
>=superior or equal to
<>not equal to
Source?x = random 1 to 6 if ?x > 3 print "X is greater than 3" end

end