OneChar Literal

A OneCharliteral allows the specification to write *OneChar Data Type constants.

Remarks

The format is O'<char>' where <char>is any single character.  The difference between O'<char>' and simply '<char>' is that the former is of type *OneChar, while the latter is of type *Char (or *String).

Example