Here the bug.apl script
it looks like it may be unusable in my original email.
Xtian.
#!/usr/local/bin/apl --script
⍝
⍝ bug 2015-03-11 21:07:11 (GMT-4)
⍝
∇Z←Fntb function_name;⎕io;rect;split;l
Probably one or two bugs here
you should call it like:
Fntb 'Fntb'
it give a syntax error, fine, so I added a 8 QuadCR (something) and it now
abort (core dump)
)load bug
loading )DUMP file /home/xtian/workspaces/bug.apl...
WAS CLEAR WS
Fntb 'Fntb'
18 96
SYNTAX ERROR
Fntb[10] (
Hi Christian,
there is no problem at all reporting something that looks like a GNU APL
fault but turns out
to be a fault in the APL code.
As of today, GNU APL is definitely not 100% error-free, but every
trouble report brings us
closer to that point. So please continue reporting.
/// Jürgen