Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: When is a statement an expression? Message-ID: <10158@smoke.BRL.MIL> Date: 29 Apr 89 02:03:51 GMT Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 4 >2) "12;" cannot be executed. It is not a legal expression. "12" is a legal expression, and "12;" is therefore a legal (but not very useful) expression-statement.