Help for this page

Select Code to Download


  1. or download this
    ifthenelse: if elsif(s?) else(?) endif { ... }
    
  2. or download this
    ifthenelse: if elsif(s?) else(?) endif {
       $return = 'NIL';
    ...
    
       ...
    }
    
  3. or download this
    expr      : if
                {
    ...
                { [ if => @item[2, 4, 5] ] }
    
    else      : /else/i expr { $item[2] }