Prints the current window to a file or to the printer.
PROCEDURE PRINT;
Built-in Type unrestricted procedure
Enter Query Mode yes
none
/*
** Built-in: PRINT
** Example: Print the current window.
*/
BEGIN
Print;
END;