Help for this page

Select Code to Download


  1. or download this
    if (condition)
    {
      code;
    ...
      {
      i_think_you_get_what_i_mean();
      }
    
  2. or download this
    if (condition) { $foo=0; $bar++ }
    
    # more code...
    ...
    if (other_condition) {
        $foo++;
    }