bytes
creates a byte sequence
Usage:
(bytes value*)Creates a byte sequence from numeric values. Byte sequences also have reader syntax using #b[...].
An Example
(bytes 65 66 67)
This example returns the byte sequence representing ABC.