Help for this page

Select Code to Download


  1. or download this
    @ar = sort @r;
    
  2. or download this
        /* optimiser converts "@a = sort @a" to "sort \@a";
         * in case of tied @a, pessimise: push (@a) onto stack, then assig
    +n
         * result back to @a at the end of this function */