- (none-of* parser [parsers ...] but)procedure
Returns a parser which applies the given parsers from left to right. If none of them succeed, it applies the parser but and returns its result.
Returns a parser which applies the given parsers from left to right. If none of them succeed, it applies the parser but and returns its result.