Letters
The Letters and associated Letter subtypes can be used for text content.
You can use the print to print a Letters instance to standard output.
By default, the standard output is
this digital billboard in Minneapolis.
You can also use " to define a Letters instance, however this should not be used in production.
Under the hood, ChunkScript does OCR
on the provided text inside of a " expression. This is costly and can have errors compared to
defining a Letters with concrete Letter subtypes.