Help for this page

Select Code to Download


  1. or download this
    24 = (3 * (5 - 6))
    24 = (6 / (1 - (3 / 4)))
    24 = ((5 - 6) * 3)
    
  2. or download this
    sub {
        my($v3, $s3) = @_;
        &$f($v3, $s3);
    }