While loop

if you want that one of the condition can break the loop, you have to use “AND” instead of “OR”

OR will continue the loop if one at least of the conditions are true

2 Likes

Thank you.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.