isHandlingContinue property

bool isHandlingContinue
getter/setter pair

Flag to indicate that a continue is being handled for a for loop.

Implementation

bool isHandlingContinue = false;