Help for this page

Select Code to Download


  1. or download this
        if $condition { do_something() }
    
  2. or download this
        statement:<if>($condition, { do_something() });
    
  3. or download this
        foo $condition { do_something() }