Okay, thanks.  I am writing the box/unbox that I spoke of and it depends on
what gets returned in my reported case.  I can make it work either way, but
it would change based on what is actually returned.  Since this behavior is
in flux, I may wait.

Thanks!

Blake



On Tue, May 13, 2014 at 8:16 AM, Elias Mårtenson <loke...@gmail.com> wrote:

> Yes, that's the bug that was mentioned earlier. The result should be the
> same as ''. Jürgen confirmed this bug, so I'd expect it to be fixed soon.
> :-)
>
> Regards,
> Elias
>
>
> On 13 May 2014 21:14, Blake McBride <blake1...@gmail.com> wrote:
>
>> Greetings,
>>
>> Not understanding enclose/disclose, I am not sure if this is correct
>> behavior or not.  Basicilly, with ]boxing turned on, the following code
>> produces some sort of data item that I cannot re-produce without the pair.
>>  Turn on ]boxing and try:
>>
>> ⊃⊂''
>>
>> or
>>
>> ⊃⊂0⍴0
>>
>> They produce something that is neither '' nor 0⍴0.  As represented by
>> ]boxing, the result is the same as:
>>
>> 1↓⊂''
>>
>> It is strange because:
>>
>> ⊃⊂,6
>>
>> is equal to:
>>
>> ,6
>>
>> It is fine if this is the case.  I will work around it.  I just wanted to
>> be sure it is correct.
>>
>> Thanks!
>>
>> Blake
>>
>>
>

Reply via email to