print ("Maya says "hi" to all"); // Output: // Error: Syntax error //
print ("Maya says \"hi\" to all");
print ("C:\documents and Settings\chris\mayascripts\GIJoe.lights"); // Outputs as: // C:documents and SettingschrismayascriptsGIJoe.lights
print ("C:\\Documents and Settings\\chris\\mayascripts\\GIJoe.lights"); // Output: // C:\Documents and Settings\chris\mayascripts\GIJoe.lights
print ("\nIt is a good habbit to start a line with a \"\\n\" because\nthe previous line didn't necessarily end with one.\n\n This line starts here with a space.\n\t\"This line is in quotation marks and starts with a tab.\"");