Help for this page

Select Code to Download


  1. or download this
    $x = <>;
    print "x = $x";
    
  2. or download this
    $x = <>;
    echo_print $x; # results in "x = (value of $x)";