mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 16:19:20 +02:00
fdc501a35c
CLI commands also added: `pkl format check` and `pkl format apply`.
10 lines
66 B
Plaintext
Vendored
10 lines
66 B
Plaintext
Vendored
foo {
|
|
when (true)
|
|
{
|
|
bar = 1
|
|
}
|
|
else {
|
|
bar = 2
|
|
}
|
|
}
|