Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!jato!kalessin!sam From: sam@kalessin.jpl.nasa.gov (Sam Sirlin) Newsgroups: comp.lang.apl Subject: j parsing in 2.9 Message-ID: <1991Mar13.185342.26366@jato.jpl.nasa.gov> Date: 13 Mar 91 18:53:42 GMT Sender: news@jato.jpl.nasa.gov Reply-To: sam@kalessin.jpl.nasa.gov (Sam Sirlin) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 11 Nntp-Posting-Host: kalessin.jpl.nasa.gov I noticed that the parser changed a bit. While (in <2.4) expressions such as fn=. (a;b)::'' used to work, now this produces spelling errors and you must use fn=. (a;b) ::'' I think this is because ) changed due to line labels, so j looks for ): if there is no space. A small price to pay for line labels. -- Sam Sirlin Jet Propulsion Laboratory sam@kalessin.jpl.nasa.gov