blob: 66b0745cb907b5fe468d699180094b61288f7d45 [file] [log] [blame]
f(x) => switch (x) {
1 => 2
> 1 => 1
< 1 => 0
};