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

6 lines
71 B
Plaintext

if <P> (x: U48) (t: P) (f: P) : P =
switch x {
0: t
_: f
}