What are you working on? - Programming On Unix
Users browsing this thread: 58 Guest(s)
|
|||
And I forgot the link again...
(25-07-2016, 01:07 PM)pranomostro Wrote: That's really elegant. I like it. Thanks! (25-07-2016, 01:07 PM)pranomostro Wrote: Which issue? Code: Before {{ for page in pages }} Inside {{ end }} After Was producing: Code: Before Inside Inside Inside Without 'After'. I suspect this was due to variable scoping, with some global (current item through loop) and some global (the position in the document, and what is left to be processed) that was clashing at some point? At the best point, the for loop was working only when there was not a variable elsewhere in the document. I gave up about at this moment. |
|||