# form 1 if(condition) { action; } # form 2 action if condition; # form 3 condition and action;