Execute code below only if the condition is valid.
if ?
? condition
Value Description = 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
