Xref: utzoo alt.msdos.programmer:599 comp.sys.ibm.pc:37261 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!brutus.cs.uiuc.edu!psuvax1!psuvm!cmh117 From: CMH117@PSUVM.BITNET (Charles Hannum) Newsgroups: alt.msdos.programmer,comp.sys.ibm.pc Subject: Re: Turbo C wildcard expansion Message-ID: <89302.005130CMH117@PSUVM.BITNET> Date: 29 Oct 89 04:51:30 GMT References: <3574@gouda.quad.com> Organization: Penn State University Lines: 6 ARGH! That has to be some of the most convoluted code I have ever seen! If you only have 1 statement in a block (an IF or ELSE clause, for example), there is *NO* reason to include begin and end-block braces! It just makes the code longer and harder to read. Not being mean, but I like short and concise.