Home | History | Annotate | Download | only in resources
      1 function writeYenExternal()
      2 {
      3     document.write("two backslashes external: " + "\\" + "<br>");
      4 }
      5