Hallo, Steffen hat gesagt: // Steffen wrote:
I've used [listto] and [tolist] a few times, but not the library as
such. And i've only used them to do some more or less general list
processing - nothing mapping related. Found them while poking about,
maybe in the search for the pop object that pops the last list item
out of the list.
[list-splat -1] from [list]-abs does this. Or manually:
| [t a a] | | | [list length] | | | [- 1] | | [list split] | | pop here
Frank Barknecht _ ______footils.org_ __goto10.org__