Kind/book/U60/max.kind2
2024-07-05 10:06:49 -03:00

6 lines
75 B
Plaintext

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