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