Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!alice!ark From: ark@alice.UucP (Andrew Koenig) Newsgroups: net.lang Subject: Re: compound statements Message-ID: <5752@alice.uUCp> Date: Sat, 5-Jul-86 11:44:15 EDT Article-I.D.: alice.5752 Posted: Sat Jul 5 11:44:15 1986 Date-Received: Sun, 6-Jul-86 01:04:57 EDT Organization: Bell Labs, Murray Hill Lines: 10 > In many languages, the body of a program or subprogram consists of a > compound statement. This seems like an arbitrary restriction, and is > quite annoying at times. Often the action of a program or subprogam > is expressable as a single statement, and I would never otherwise > enclose a single statement within a compound statement. What languages? The only one that comes to mind is C. I suspect that it makes parsing much easier in C.