What means " || "?
in
Programming Questions
•
1 year ago
Sorry, I'm a complete beginner!
In the following line, what does " | | " means?
if (xStart> width-circle | | xStart < circle ) {
xDirection * = -1;
In the following line, what does " | | " means?
if (xStart> width-circle | | xStart < circle ) {
xDirection * = -1;
1