if Statement
if (current_temp > maximum_safe_temp)
{ fprintf ("EMERGENCY: Too hot -- flushing\n");
flushWithWater ();
}
if ( !(channel = openChannel ("temperature")) )
{ fprintf ("Could not open channel\n");
exit (1);
}
if (x < 0)
x = -x; /* abs (x) */
y = -y; /* always executed!! */