Keys: Difference between revisions

From The K Language Wiki
Content added Content deleted
m (Lowercase)
("Remove lowercase again - it is in the template now")
Line 1: Line 1:
{{lowercase title}}
{{primitive|!d}}
{{primitive|!d}}



Revision as of 01:30, 9 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