Keys: Difference between revisions

From The K Language Wiki
Content added Content deleted
mNo edit summary
No edit summary
Line 1: Line 1:
{{primitive}}
{{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 19:02, 8 July 2021

Keys
!d

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

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