Content deleted Content added
m →Code formatting: it bothered me that if the second part of the disjunction was true, the first part would be logically implied (i.e. obsolete) |
|||
Line 16:
if (foo.type == MOOMIN)
puts ("It's a moomin.");
else if (foo.bar < GIZMO_SNUFKIN_THRESHOLD / 2
|| (strcmp (foo.class_name, "snufkin") == 0)
&& foo.bar < GIZMO_SNUFKIN_THRESHOLD
puts ("It's a snufkin.");
else
|