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