Help for this page

Select Code to Download


  1. or download this
    $a = $a ^ $b;
    $b = $a ^ $b;
    $a = $a ^ $b;
    
  2. or download this
    $a = $a ^ $b;
    $b = $a ^ $b;
    ...
    $b = $b ^ $c;
    $c = $b ^ $c;
    $b = $b ^ $c;