On Wed, Nov 19, 2008 at 10:18 AM, Don Guinn <[EMAIL PROTECTED]> wrote:
> You can assign to a global name which is the same name as a local name by
> specifying the locale as part of the name. Not necessarily the neatest way
> to do it but it seems to me to be better than making up a new bunch of
> copulas.

You can also do this using a local explicit function

example=:3 :0
  test=.1 2 3
  3 :'test=:y' 4 5 6
  test
)
   example
1 2 3
   test
4 5 6

However, this has nothing to do with the point of my suggestion.
My suggestion could be restated as we have other meaningful
information that we might often convey using forms of the verb "to be".
For details, see my prior post in this thread.

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to