BUTFIRSTSlist
BFSlist
Outputs a list containing the BUTFIRST of each member of the input list. It is an error if any member of the input list is empty. The input itself may be empty, in which case the output is also empty.
SHOW BUTFIRSTS [[1 2 3] [a b c]]
[[2 3] [c d]]