Keys: Difference between revisions

From The K Language Wiki
Content added Content deleted
No edit summary
m (Lowercase title)
Line 1: Line 1:
{{lowercase title}}
{{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

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