Help for this page

Select Code to Download


  1. or download this
    print ($foo & 255) + 1, "\n";
    
  2. or download this
    1 + 1, "\n"; # Obviously not what you meant.
    
  3. or download this
    print(($foo & 255) + 1, "\n");
    
  4. or download this
    print (1-1/2000)**$i;
    
  5. or download this
    (print (1-1/2000))**$i;
    
  6. or download this
    print ((1-1/2000)**$i);