Right: 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|(:)}}
{{primitive|(:)}}
'''Right''', a.k.a. '''dex''' (from Latin [https://en.wiktionary.org/wiki/dexter#Latin ''dexter'']), is a function that returns its rightmost argument.
'''Right''', a.k.a. '''dex''' (from Latin [https://en.wiktionary.org/wiki/dexter#Latin ''dexter'']), is a function that returns its rightmost argument.

Revision as of 20:41, 8 July 2022


Right
(:)

Right, a.k.a. dex (from Latin dexter), is a function that returns its rightmost argument.

 (:)[1;2]
2

When it accepts only one argument, it could be referred to as identity or identity function.

 (::)1
1

In some dialects the identity function could serve as a placeholder for missing indices in square-bracket indexing or for missing arguments in projections.