displayText
Returns raw text to the HTTP client.
Format 1
void displayText( text )
Format 2
void displayText( text, mimeType )
Syntax rules
1. text and mimeType are alphanumeric data items or literals.
General rules
1. In Format 1, the MIME type “text/plain” is automatically applied.
2. The text is returned when the program terminates (e.g. upon EXIT PROGRAM or GOBACK statements).