Help for this page

Select Code to Download


  1. or download this
    if ($this == 1) { do_that($thing) };
    
  2. or download this
    # this is an expression
    $foo = 1;
    # so is this
    $bar = ($foo . $baz);
    
  3. or download this
    # statements are like :
    #if .. else
    #while .. do
    #for .. 
    # etc etc