Function ScopeCondition.pop

Pops the current scope, and toggles the condition to TRUE if the outer scope we entered was the earliest FALSE scope.

void pop() nothrow @nogc @safe;

Call this after an ENDIF opcode, but check empty() first.