Re: fns creation using libapl (c code)

2023-03-10 Thread enztec
hi Jürgen sorry but would you mind giving me an example of how to use this new code? thanks On Fri, 10 Mar 2023 16:31:06 +0100 Dr. Jürgen Sauermann wrote: > Hi enztec, > > I have added fix_function() and fix_function_NL() to libapl. > They are ⎕FX equivalents on the C/C++ side and should simp

Re: Reassignment of a nested array element

2023-03-10 Thread Dr . Jürgen Sauermann
Gentlemen, thanks for your patience. I believe that I have now found a solution that may please both of you. Attached is my testcase file, please have a look. I still believe that left values using A⊃V or A/B are ambiguous as to whether t

Re: fns creation using libapl (c code)

2023-03-10 Thread Dr . Jürgen Sauermann
Hi enztec, I have added fix_function() and fix_function_NL() to libapl. They are ⎕FX equivalents on the C/C++ side and should simplify the creation of defined APL functions considerably. SVN 1658. Best Regards, Jürgen