Max: Difference between revisions

From The K Language Wiki
Content added Content deleted
m (Lowercase title)
("Better category ordering, add redirects to categories, fix pseudo-adverb categories")
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{lowercase title}}
{{primitive|x|y}}
{{primitive|x|y}}


Line 15: Line 14:
97 98 100
97 98 100
</pre>
</pre>

[[Category:Verbs]]
[[Category:Operator verbs]]
[[Category:Primitives]]

Latest revision as of 06:41, 9 July 2022

Max
x|y

max, also known as or, takes the maximum of two arguments.

On boolean arguments, effectively works as an OR operator.

The max primitive is fully atomic.

 3 5 7|0 6 9
3 6 9

 "abc"|"01d"
97 98 100