(Resolved) Continue running one part of code while still checking other inputs?

CrossRoads:
need to read the switch:

if ( (LeftBlinkState == LOW) && (digitalRead (LeftBlinkSwitch) == HIGH) )

Oh, duh. Thanks :blush: