0
-9
, a
-f
, A
-F
), grouped in pairs. A single leading 0 is assumed, if necessary, at the beginning of the string to make an even number of hexadecimal digits. The groups of digits are optionally separated by one or more whitespace characters, and the whole sequence is delimited by single or double quotation marks and immediately followed by the symbol X
or x
. Neither x
nor X
can be part of a longer symbol. The whitespace characters, which can only be byte boundaries (and not at the beginning or end of the string), are to improve readability. The language processor ignores them.
Note