Hi,
The expressions for "a" and "b" yield the proper results:
* a← (⊂¨ 2 2 ⍴⊂,¨2 2 ⍴⍬ )**
b← (⊃¨⊂¨ 2 2 ⍴⊂,¨2 2 ⍴⍬ ) **/⍝⊃¨a/*
/⍝ The disclose in "b" works as expected/
*'ab',¨ ⊂¨ 3 ⎕CR ¨ a b /⍝ expression to represent "a" and "b" in one
line. /*
a ┏━┓ ┏━┓ b ┏→
On my system at least, the issue appears first in r1807.
$ svn log -l 2
r1807 | j_sauermann | 2024-12-28 09:21:16 -0800 (Sat, 28 Dec 2024) | 1 line
use TIOCGWINSZ if available
Hi all,
has anyone rebuilt gnu-apl on Win11 under cygwin64 recently? It worked fine
a few months ago, but this past week I tried rebuilding it and now it just
gives a Floating Point exception message right after the GNU APL banner and
exits.
I tried rewinding back a few version (to r1835), no dif