mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Use spork indent on boot.janet.
This commit is contained in:
parent
125cd222bb
commit
e3862b86b5
@ -369,7 +369,7 @@
|
|||||||
"Similar to with, but if binding is false or nil, evaluates
|
"Similar to with, but if binding is false or nil, evaluates
|
||||||
the falsey path. Otherwise, evaluates the truthy path. In both cases,
|
the falsey path. Otherwise, evaluates the truthy path. In both cases,
|
||||||
ctor is bound to binding."
|
ctor is bound to binding."
|
||||||
[[binding ctor dtor] truthy &opt falsey ]
|
[[binding ctor dtor] truthy &opt falsey]
|
||||||
~(if-let [,binding ,ctor]
|
~(if-let [,binding ,ctor]
|
||||||
,(apply defer [(or dtor :close) binding] [truthy])
|
,(apply defer [(or dtor :close) binding] [truthy])
|
||||||
,falsey))
|
,falsey))
|
||||||
|
Loading…
Reference in New Issue
Block a user