mirror of
https://github.com/janet-lang/janet
synced 2025-11-21 09:44:49 +00:00
Fix documentation for defer.
This commit is contained in:
@@ -287,7 +287,7 @@
|
|||||||
~(let (,;accum) ,;body))
|
~(let (,;accum) ,;body))
|
||||||
|
|
||||||
(defmacro defer
|
(defmacro defer
|
||||||
"Run form unconditionally after form, even if the body throws an error."
|
"Run form unconditionally after body, even if the body throws an error."
|
||||||
[form & body]
|
[form & body]
|
||||||
(with-syms [f r]
|
(with-syms [f r]
|
||||||
~(do
|
~(do
|
||||||
|
|||||||
Reference in New Issue
Block a user