My mistake. I went back and checked my code; I was passing ⍬ rather than '' for an empty line.
I've fixed my code; the package manager will now load APL which has empty lines in function definitions. On Fri, 2014-08-01 at 12:17 +0200, Juergen Sauermann wrote: > Hi, > > do you have an example? Seems to work outside emacs: > > ⎕FX 'FOO' '1' '' '3' > FOO > ⎕CR 'FOO' > FOO > 1 > > 3 > > /// Jürgen > > On 08/01/2014 04:15 AM, Elias Mårtenson wrote: > > > Oh yeah, now that you mention it I remember seeing the same thing. > > Blank lines gets eaten when the function is defined using ⎕FX. You > > can see that when using the function editor in the Emacs mode. > > > > > > >