Help for this page

Select Code to Download


  1. or download this
    if ($some_condition)
    {
    ...
    {
      # do something ...
    }
    
  2. or download this
    if ($x > 10)
    {
    ...
    {
      # do something else
    }