values

From The K Language Wiki
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)