Print(Printer,"Print Test"); will send the string expression "Print Test" to the default printer
Print(File("C:\test.txt"),CurrentDate,CurrentTime); will save the output of CurrentDate and CurrentTime to the test.txt file in the root directory of the C: hard drive