Function Next-Token

Part of:

package org.rl-community.rl-glue-utils
( next-token &optional (char-bag *space-char-bag*) )
Parses the next token delimited by the CHAR-BAG characters.
The beginning whitespaces are always ignored. NIL token means
that there no more token left to parse.