mirror of
https://github.com/apple/pkl.git
synced 2026-04-27 02:38:41 +02:00
8 lines
134 B
Plaintext
Vendored
8 lines
134 B
Plaintext
Vendored
foo =
|
|
if (someCondition) 10000
|
|
else
|
|
if (someOtherCondition) 20000
|
|
else
|
|
if (someAnotherCondition) 30000
|
|
else 4
|