Values: Difference between revisions

From The K Language Wiki
Content added Content deleted
(add values page)
 
m (Lowercase title)
Line 1: Line 1:
{{lowercase title}}
{{primitive|.d}}
{{primitive|.d}}

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



Revision as of 21:31, 8 July 2022


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)