Do While Loop Does not work with ||?

I just noticed that || does not work in do while loops. But && acts as ||. I dont get why. Could someone explain.
Those operators work as expected within the terminating condition of a do while loop. Likely it's your condition that's causing the problem. Please post the code and especially the loop that's causing the issue.
Topic archived. No new replies allowed.