Help for this page

Select Code to Download


  1. or download this
      rule sign  { <[+-]> }
    
  2. or download this
      if (is_fixed($string)) { ... it's a number ... }
    
  3. or download this
      my $num = as_scino($string);