But an if would be clearer.Is it? Always? For everyone?
Considering the idom open ... or die ... is quite common, I'd say that
is clearer thanopen ... or do {...;...}
I'd certainly write the former.if (!open ...) { ...; ... }
In reply to Re^2: and multiple statements
by JavaFan
in thread and multiple statements
by iaw4
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |