On Sat, Nov 5, 2016 at 12:38 PM, Louis de Forcrand <[email protected]> wrote: > I must say this is very confusing. > Shouldn’t any function that > a) makes no use of any foreigns or ?, > b) uses only local definition =. and > c) does not access any global variables (or has shadowed them with a local > definition) > return the same result every time it is run with identical (same value) > arguments?
That's a misleading question in contexts where the value is a reference (a name). If you do not understand why verb arguments can be non-anonymous, you should probably complete the locale lab. Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
