FIRSTS list
list
Outputs a list containing the FIRST 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 FIRSTS [[1 2 3] [a b c]] [1 a]
SHOW FIRSTS [[1 2 3] [a b c]]