Reference/plist
From Kx Wiki
Revision as of 15:22, 15 April 2015 by Aaron Davies (Talk | contribs)
plist (plist function)
The plist function is a deprecated form of enlist (which creates a list from its arguments). It was removed completely in 3.0.
Example
q)plist[1;`a`b;"abcd"] (1;`a`b;"abcd")
See also
For a complete list of functions, see the kdb+ Function Reference.