mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 13:38:38 +01:00
[clojure-macros/zh-cn] Delete a unmatched parenthesis. (#4599)
This commit is contained in:
parent
5e3762d4c6
commit
c3cc321c31
@ -131,7 +131,7 @@ lang: zh-cn
|
||||
|
||||
; 然而,如果我们希望它在编译期执行,就需要创建宏
|
||||
(defmacro inline-2 [form]
|
||||
(inline-2-helper form)))
|
||||
(inline-2-helper form))
|
||||
|
||||
(macroexpand '(inline-2 (1 + (3 / 2) - (1 / 2) + 1)))
|
||||
; -> (+ (- (+ 1 (/ 3 2)) (/ 1 2)) 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user