Well, my opinion would be to leave it "as it is" unless it invoke very few
overhead to permit
localisation of Quad-IO and may be Quad-RL (the only two I think of, that make
sence to me to localize)
Xtian.
On 2020-08-07 17:27, Chris Moller wrote:
I've just discovered that you get a syntax err
Hi Bill,
I believe I have fixed this, SVN 1334.
However, I would try to avoid "format by example" where possible.
It looks simple at
first glance, but seems to allow somewhat quirky format strings
(e.g. numbers with
multiple decimal poin
Hi Chris,
I suspect that the syntax error is caused by assigning lll twice
and not ny localizing ⎕IO.
The first assignment (which most likely happened but is not
visible in your example) defines a function:
)clear
CLEAR WS
Hi, Jürgen,
I hate to be augmentative, but what I'm seeing is:
)clear
CLEAR WS
SUM ← { ⍺ + ⍵⊣C←0 ;C;D }
⎕cr 'SUM'
λ←⍺ λ1 ⍵;C;D
λ← ⍺ + ⍵⊣C←0
6 SUM 7
13
)clear
CLEAR WS
SUM ← { ⍺ + ⍵⊣C←0 ;C;⎕io}
⎕cr 'SUM'
λ←⍺ λ
I still see a segfault.
wheagy@bigflight:~/apl_svn/apl/trunk$ akt src/apl
__ _ __ __ _____ __
/ // | / // / / / / | / __ \ / /
/ / __ / |/ // / / / / /| | / /_/ // /
/ /_/ // /| // /_/
Hi,
I think SVN 1336 looks better.
Best Regards,
Jürgen
On 8/7/20 10:51 PM, Kacper Gutowski
wrote:
Indeed, as
Christian wrote, the fix is not sufficient. But I still believe
it's in the branch I previously mentioned as comm
Hi Bill,
interesting. Works on my machine:
'This is a description 55,550.' ⍕ 5 5⍴1
This is a description 1.This is a
description 1.This is a description
1.This is a description 1.This is
a description
Ji Chris,
I see. Have a look at SVN 1337.
Best Regards,
Jürgen
On 8/8/20 4:05 PM, Chris Moller wrote:
Hi, Jürgen,
I hate to be augmentative, but what I'm seeing is:
)clear
CLE
Very cool! Thanks!
On 2020-08-08 14:38, Dr. Jürgen Sauermann wrote:
Ji Chris,
I see. Have a look at *SVN 1337*.
Best Regards,
Jürgen
On 8/8/20 4:05 PM, Chris Moller wrote:
Hi, Jürgen,
I hate to be augmentative, but what I'm seeing is:
)clear
CLEAR WS
SUM ← { ⍺ +