Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Bytes Literal Block

Bytes Literal Block

The Bytes Literal block emits a fixed bytes Value specified in its parameters.

Parameters

  • Value (default = ""): Bytes value to emit each time step. This can be input as a string or a bytes literal. For a bytes literal, escape the characters using \x (i.e. \x20 for the unicode ' ' corresponding to the hexadecimal value 0x20).

Examples

Bytes Literal Example