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