This example only works when using Server Side iScript. Servlets do not
support raw IO.
This example displays:
This sentence should be displayed on a single line.
The examples switches response output to raw mode and content type to
text/html so that a series of lines are displayed as a single line.
This results from html ignoring the carriage returns.
[ view source ]
[ run ]
|