Help for this page

Select Code to Download


  1. or download this
    $x = 'a\b';   print("$x\n");
    $x = 'a\\b';  print("$x\n");
    
  2. or download this
    a\b
    a\b