\recursestring undefined when inside \dorecurse
Dear list, I have the following sample: \starttext \dorecurse{25}{\recurselevel\par} \doloopoverstring{a,b,c}{\recursestring} } \stoptext Both LMTX and MkIV complain about \recursestring for being undefined. I wonder whether this is inteded or it is a bug. Many thanks for your help, Pablo -- http://www.ousia.tk
On 6/14/2020 11:41 PM, Pablo Rodriguez wrote:
Dear list,
I have the following sample:
\starttext \dorecurse{25}{\recurselevel\par} \doloopoverstring{a,b,c}{\recursestring} } \stoptext
Both LMTX and MkIV complain about \recursestring for being undefined.
I wonder whether this is inteded or it is a bug.
intended, as there is no \doloopoverstring, it's \doloopoverlist {red,green,blue} { [\recursestring] } (btw, you have one } too many) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Pablo Rodriguez