values

From The K Language Wiki
Revision as of 21:31, 8 July 2022 by Promovicz (talk | contribs) (Lowercase title)


Values
.d

The values primitive returns the values of a given dictionary, in the order of their placement in it.

  .[a:34;b:"ffdsf";c:4 56;d:`d]
(34
 "ffdsf"
 4 56
 `d)