Re: Loading .apl files differes from .xml workspaces

2020-04-09 Thread Dr . Jürgen Sauermann
Hi Blake, On 4/8/20 9:17 PM, Blake McBride wrote: Hi, As far as I am aware, the del editor displays functions as you do - including the indenting of labels and comments.  Yes, it helps looking at code.

Re: Loading .apl files differes from .xml workspaces

2020-04-09 Thread Blake McBride
Hi Jürgen, It seems to me that I fully understand the problem and I have a clear idea of a clean solution. On the other hand, it may be that I am failing to articulate it, or I, in fact, do not know what I think I know. I can't tell which. It also seems clear to me that adding yet another patch

Re: Loading .apl files differes from .xml workspaces

2020-04-09 Thread Dr . Jürgen Sauermann
Hi Blake, a simple example is this (written without testing since your algorithm is not yet implemented). )CLEAR ∇FOO [1] 1 [2]  2 [3]   3 ∇ ∇FOO[⎕] [1] 1

Re: Loading .apl files differes from .xml workspaces

2020-04-09 Thread Blake McBride
Your example doesn't follow my rules. I comment below in blue. On Thu, Apr 9, 2020 at 11:55 AM Dr. Jürgen Sauermann < mail@jürgen-sauermann.de> wrote: > Hi Blake, > > a simple example is this (written without testing since your algorithm is > not yet implemented). > > *)CLEAR* > > *∇FOO* > *[1]

Re: Loading .apl files differes from .xml workspaces

2020-04-09 Thread Blake McBride
I checked IBM APL2. They do what I am suggesting. See the attached screenshot. --blake On Thu, Apr 9, 2020 at 2:59 PM Blake McBride wrote: > Your example doesn't follow my rules. I comment below in blue. > > On Thu, Apr 9, 2020 at 11:55 AM Dr. Jürgen Sauermann < > mail@jürgen-sauermann.de> w