Help for this page

Select Code to Download


  1. or download this
    $str = v3.14;
    $str = 12.1.128.19;   # v not needed if multiple dots
    
  2. or download this
    foo() = 5;  print foo();
    foo() *= 2;  print foo();