how-does-this-work.opat (14.3 KB)
In the attached patch (you can ignore most of the details),
-
Loading the patch and clicking ‘mapcar’ produces ‘Nil’. Why doesn’t it show a list of 4 integers, because…
-
‘choixmultiple’ correctly produces a single integer and ‘iterate’ correctly produces a list of 4 integers… after which, clicking ‘mapcar’ correctly produces a list of 4 integers.
When I incorporate (a version of) this (simplified) patch in another patch, it always returns the ‘Nil’ as if it never was triggered.
What am I not getting?
Many thanks.