This one-liner illustrates some of the basic series operations.
Before analysing, we'll initiate a block to be manipulated:
stuff: [chair lamp table book carpet]
Now our one-liner:
head insert stuff take back tail stuff
There are five operations within this example, and with each of them it...