mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-17 18:40:17 +00:00
10 lines
83 B
Text
10 lines
83 B
Text
if foo {
|
|
|
|
{
|
|
x = a # 1
|
|
x
|
|
} # 2
|
|
} else {
|
|
# 3
|
|
c
|
|
} # 4
|