I want to use a while loop to do some as below

While condition1 & condition2
Wend

However, it seems that condition 2 does not take any effect. How should I
change the code?

Also, I want ask what the 'or' operator is?