Reports true if either boolean1 or boolean2, or both, is true.
Note that if condition1 is true, then condition2 will not be run (since it can't affect the result).
if (pxcor > 0) or (pycor > 0) [ set pcolor red ] ;; patches turn red except in lower-left quadrant
Take me to the full NetLogo Dictionary