Runtime evaluation: Difference between revisions

Content added Content deleted
(show argument passing)
Line 236: Line 236:
Or, use the conjunction [http://www.jsoftware.com/help/dictionary/d310n.htm :] to create various kinds of functions and evaluate them. Arguments have names which as specified by the language definition. For example:
Or, use the conjunction [http://www.jsoftware.com/help/dictionary/d310n.htm :] to create various kinds of functions and evaluate them. Arguments have names which as specified by the language definition. For example:


<lang J>(3 : '+/y') 1 2 3</lang>
<lang J>(monad : '+/y') 1 2 3</lang>


Rules of scope for such functions match those described on the [[Scope modifiers]] page.
Rules of scope for such functions match those described on the [[Scope modifiers]] page.