Text Delimiters
- Last UpdatedAug 18, 2026
- 1 minute read
Text strings must be enclosed in either single quotes, or apostrophes, or vertical bars:
'apostrophes' or |vertical bars|.
The apostrophes and vertical bars are known as delimiters. Take great care to avoid un-matched delimiters as this can lead to many lines of PML code being included as part of the text string, and so lost.