; OR Example myNum1=Rnd(0,10) myNum2=Rnd(0,10) If myNum1 = 0 OR myNum2 = 0 then print "One of my numbers is a Zero" end if