- #[char-set-spec]read
char-set-spec is a sequence of characters to be included in the character set. The following special sequences are supported:
- x-y
- A range of characters from x to y, inclusive.
- \-
- The character -
- \\
- The character \
- \]
- The character ]
Any other backslash escape sequence is a syntax error.