Help for this page

Select Code to Download


  1. or download this
    sub incdec {
    
    ...
    
      print "$n++ = ".incdec($n)."\n";
    }
    
  2. or download this
    1++ = 2
    0.004++ = 0.005
    1.99++ = 2
    1.79++ = 1.8
    1.009999++ = 1.01