STX top-level constant

String const STX

Start Of Text.

STX is used to indicate the beginning of a text and the end of a heading.

The use of STX is defined in ISO 1745.

Implementation

const String STX = '\x02';