Help for this page

Select Code to Download


  1. or download this
    if($this) {
        do_that(); # Pretend this is indented with a tab
    ...
        {
            do_that();
        }
    
  2. or download this
    if($this)
        {
    ...
            here_we_go();
            }
        }