Match: Difference between revisions

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



Revision as of 01:30, 9 July 2022

Match
x~y

match determines whether two values are equivalent, that is whether they are of the same type (types such as "16-bit int" and "32-bit int" may or may not be considered "the same", depending on dialect), have the same length, and consist of the same items (including prototypes, if the dialect supports them). Match always returns a boolean atom.