Kind/book/U60/max.kind2
2024-03-15 22:07:01 -03:00

6 lines
75 B
Plaintext

max (a: U60) (b: U60) : U60 =
switch x = (< a b) {
0: a
_: b
}