Keys: Difference between revisions

From The K Language Wiki
Content added Content deleted
m (Lowercase title)
m (Lowercase)
Line 2: Line 2:
{{primitive|!d}}
{{primitive|!d}}


'''Keys''' is a primitive that returns the list of keys of a dictionary.
'''keys''' is a primitive that returns the list of keys of a dictionary.
d:`a`b!0 1
d:`a`b!0 1
!d
!d

Revision as of 20:50, 8 July 2022


Keys
!d

keys is a primitive that returns the list of keys of a dictionary.

 d:`a`b!0 1
 !d
`a`b