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
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
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