On Tue, Aug 16, 2011 at 9:03 PM, Mark Niemiec <[email protected]> wrote: > In languages like C, it is impossible to use expression statements to > perform loops, or to use conditionals that mix functions returning void > and other types, so such constructs require the use of multiple statements.
Sure, but for the same reasons I think the C moral equivalent of a J sentence is not a C statement but a C block. And I see run-on-blocks quite often, in C code. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
