values

From The K Language Wiki
Revision as of 06:43, 9 July 2022 by Promovicz (talk | contribs) ("Better category ordering, add redirects to categories, fix pseudo-adverb categories")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)