Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!aero-c!jordan From: jordan@aero.org (Larry M. Jordan) Newsgroups: comp.lang.modula2 Subject: Re: New JPI version Message-ID: <1991Apr22.205433.26604@aero.org> Date: 22 Apr 91 20:54:33 GMT References: <1991Apr22.163814.10011@cc.newcastle.edu.au> Sender: news@aero.org Organization: The Aerospace Corporation, El Segundo, CA Lines: 15 >But the result of INC(Modula-2) is Modula-1. Amusing, but still not legal Modula-2. INC requires something with an l-value, not a r-value. Wirth misnamed Modula-2 in the first place. Should have been 'INC(Modula)'. 'INC(Modula-2)' should be INC(Modula); INC(Modula); Yes, it is awkward. I wish Modula-2 were less statement-oriented and more expression-oriented. I preferred the Pascal standard function: succ(succ(Modula)).