Device 5 Example
inc C:\CXPL\Codes; \intrinsic declarations
int C;
begin
OpenO(5); \Clear output buffer
Text(5,"Hello World"); \Send text
CRLF(5);
Close(5); \Send accumulated text to Printer
end;