On Sep 3, 2009, at 3:34 AM, Raul Miller wrote: > I often wish that I had an adverb which would let me index beyond > array boundaries (getting fill elements). I expect that this would > also work on verbs based on intervals (such as dyads using \ and some > dyads using ;.), extending their boundaries in a reasonable fashion.
In most OO languages, it's possible to override the standard indexing to accomplish specific requirements as needed for a given matrix-like, array-like or hash-like object, including defining a "fill" attribute, and indexing semantics. What is the comparable J method for accomplishing this? -- Alan ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
