pub fn COND_SEP() -> bool
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.
COND_SEP()
Src/parse.c:2433
[[ … ]]
&