Pike v8.0 release 1738

Method Tools.AutoDoc.PikeParser()->skipUntil()


Method skipUntil

void skipUntil(multiset(string)|string tokens)

Description

Skip tokens until one of tokens is the next to read.

Note

The newline token ("\n") is not skipped implicitly by this function.

See also

skip()