COND_PARSE
return COND_PARSE;
return value ? COND_PARSE : COND_SKIP;
} while (line != NULL && Cond_Eval(stripped) != COND_PARSE);
case COND_PARSE: