Skip to main content

COND_SEP

Function COND_SEP 

Source
pub fn COND_SEP() -> bool
Expand description

COND_SEP() macro from Src/parse.c:2433. True when the current token is a separator usable inside [[ … ]] (newline / semi / &). C uses it to skip optional whitespace between cond terms.