FIRSTS

Synopsis
FIRSTS list
Description

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.

Example
SHOW FIRSTS [[1 2 3] [a b c]]
[1 a]

SourceForge.net Logo