Re: [Bug-apl] Quad-quote doesn't echo on dumped files

2015-10-21 Thread Juergen Sauermann
Hi Blake, interesting. It works on my machine:   )WSID XXX WAS CLEAR WS   ⎕LX←'⍞←''Hello ⎕LX'''   ⎕LX ⍞←'Hello ⎕LX'   )SAVE XXX 2015-10-21  12:38:21 (GMT+2)   )DUMP

[Bug-apl] Conversion from APL2000 to Gnu APL

2015-10-21 Thread Michael Potter
I am trying to run a workspace that I copied from APL2000 to Gnu APL and getting an error. I do not know anything about APL, I am trying to help a friend who is exploring options to run his APL2000 code other ways. Here is the error: $ apl -L INFORCEXX.w3 __ _ __ __ _

Re: [Bug-apl] Quad-quote doesn't echo on dumped files

2015-10-21 Thread Juergen Sauermann
Hi Blake, I see. SVN 686. /// Jürgen On 10/21/2015 01:42 PM, Blake McBride wrote: Juergen, Yes, your example works on my machine too.  But my example still does not work.  One of th

Re: [Bug-apl] Quad-quote doesn't echo on dumped files

2015-10-21 Thread Blake McBride
Juergen, Yes, your example works on my machine too. But my example still does not work. One of the differences is that it is not echoing what _I_ am typing. Thanks. Blake On Wed, Oct 21, 2015 at 5:41 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > interesting.