You're right - I just looked and they're both defined.  There must
have been another reason why that cut-and-paste failed when I did it
before.  I just tried it and it worked fine.

On Fri, May 11, 2012 at 9:57 PM, Ric Sherlock <tikk...@gmail.com> wrote:
> My bog-standard jconsole sessions have them defined. They're defined
> by stdlib.ijs in the z locale so it's hard for any frontend to not
> include them. I can't see why your system is behaving in that way.
> What version are you running?
>
> On Sat, May 12, 2012 at 2:02 AM, Devon McCormick <devon...@gmail.com> wrote:
>> Yes - apparently running under jconsole is non-standard enough that I
>> don't get those definitions.  It works fine if I run under J7 GTK.
>>
>> On Fri, May 11, 2012 at 4:51 AM, Aai <agroeneveld...@gmail.com> wrote:
>>>
>>>>
>>>> p4=: 1 :(':';'({:y)+6%~+/1 2 2 1*(x*[: u y+(*x&,@{:))/\.1 0.5 0.5,x*u y')
>>>
>>> should be:
>>>
>>> p4=: 1 :(':';'({:y)+6%~+/1 2 2 1*(x*[: u y+(*x&,))/\.1 0.5 0.5,x*u y')
>>>
>>>
>>> (*x&,@{:)
>>>
>>> was used in an earlier attempt with an accumulating fold. It can be
>>> simplified (because of using the faster scan fold) to
>>>
>>> (*x&,)
>>>
>>> ----------------------------------------------------------------------
>>> For information about J forums see http://www.jsoftware.com/forums.htm
>>
>>
>>
>> --
>> Devon McCormick, CFA
>> ^me^ at acm.
>> org is my
>> preferred e-mail
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm



-- 
Devon McCormick, CFA
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to