Date: Nov 21, 2012 8:12 AM Author: Sensible Man Subject: While loop with two conditions? I'm sure this is a very simple question, but is it possible to create a while loop with two initial conditions?
I basically need
while x<3, or y>500,
execute loop
end if either x<3 or y>500 is met