Each one of the "let"s in the following method WAS a setq. All I did was wrap the existing body with parens and assign Ln and Res with "let" but it doesn't work. The examples I've seen tend to be like this... (let X 3
) ) On 30 January 2017 at 16:19, dean <deangwillia...@gmail.com> wrote: > Hi Alex > Yes that worked great preceded by a test....i.e. whizzing through all file > lines in the input file until almost the 4000th which triggered reporting > on the method of interests's input and output. Thank you very much for the > advice. > Best Regards > Dean > > On 30 January 2017 at 11:07, Alexander Burger <a...@software-lab.de> wrote: > >> Hi Dean, >> >> > trace operates in debug mode but again am not exactly sure how to ensure >> > that I am in debug mode on a method (rather than a function which is >> just >> > (debug 'Fn) at that point. >> > I have tried but get can't trace. >> >> While (trace 'foo) traces a function, (trace 'meth> '+Class) traces a >> method. >> >> ♪♫ Alex >> -- >> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe >> > >