Output Functions
Output to the monitor
Escape Sequences
using the backslash \ to control output .Â
\" will place a " in the output
\n will place the output on a new line
\\ will place a \ in the output
\' will place a ' in the output
Output to a file