CHARSET chars
Makes a bitset of chars for the parse function.
CHARSET is a function value.
charset: func [ "Makes a bitset of chars for the parse function." chars [string! block!] ][ make bitset! chars ]