Re: [Bug-apl] ≡/⍎¨ '5' "5" ⍝returns 1

2015-09-21 Thread Juergen Sauermann
Hi, yes, thanks. I believe 4 ⎕CR tells the difference:   4 ⎕CR 5 ┏━┓ ┃5┃ ┗━┛   4 ⎕CR ,5 ┏→┓ ┃5┃ ┗━┛ In GNU APL the difference between e.g. '5' and "5" is on p

Re: [Bug-apl] ≡/⍎¨ '5' "5" ⍝returns 1

2015-09-20 Thread Kacper Gutowski
On Sun, Sep 20, 2015 at 9:57 PM, wrote: > Should the execute primitive include the structure data? I thought that the > phrase in the subject line would return zero. I thought the first element > would return a scalar 5, and the second would return a single element five. > Both evaluate to a scal

[Bug-apl] ≡/⍎¨ '5' "5" ⍝returns 1

2015-09-20 Thread alexweiner
Hi Bug-APL,Should the execute primitive include the structure data? I thought that the phrase in the subject line would return zero. I thought the first element would return a scalar 5, and the second would return a single element five. Both evaluate to a scalar five. These lines, that include coer