enlist
Enlist
,x
enlist is a primitive that returns the list of its arguments. It is most often used in its monadic form: ,x
(sometimes called singleton). All K dialects support n-adic enlist through the list literal syntax: (x;y;z
..)
K4 allows lists literals with missing items to act as projections, e.g. (;)
is the dyadic form equivalent to {(x;y)}
.