mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
3 lines
45 B
Text
3 lines
45 B
Text
when (1, 2) is
|
|
(1, x) -> x
|
|
(_, b) -> 3 + b
|