|
In PiL 2ed, there is an implementation example of table.unpack(), showing how to construct a list (i.e. a piece of data on stack) by append a recursive method call after a value. Is there any way to do the reverse? To divide a list in the course of recursive call?