Output Functions

Output to the monitor

print

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