1 function writeYenExternal() 2 { 3 document.write("two backslashes external: " + "\\" + "<br>"); 4 } 5