Dictionary Section II E: http://www.jsoftware.com/books/help/dictionary/dicte.htm
5. To ensure that these summary parsing rules agree with the precise parsing rules prescribed below, it may be necessary to parenthesize an adverbial or conjunctival phrase that produces anything other than a noun or verb. ----- Original Message ----- From: "June Kim" <[EMAIL PROTECTED]> To: "Programming forum" <[email protected]> Sent: Saturday, April 01, 2006 8:17 AM Subject: [Jprogramming] Abusing adverbs Hello. months=: adverb def 'm' years=: adverb def 'm*12' 2 years + 3 months 27 I know there is #. for this kind of calculation but just wanted experiment this idea of changing the word order. Could it cause some problems in other cases, ie. could there be problems if the result of applying an adverb returns something other than a verb? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
