mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
clojure.html.markdown: Fix typo
This commit is contained in:
parent
7aa69ae3d7
commit
a6928aadc5
@ -63,7 +63,7 @@ and often automatically.
|
|||||||
; If you want to create a literal list of data, use ' to stop it from
|
; If you want to create a literal list of data, use ' to stop it from
|
||||||
; being evaluated
|
; being evaluated
|
||||||
'(+ 1 2) ; => (+ 1 2)
|
'(+ 1 2) ; => (+ 1 2)
|
||||||
; (shorthand for (quote (+ 1 2))
|
; (shorthand for (quote (+ 1 2)))
|
||||||
|
|
||||||
; You can eval a quoted list
|
; You can eval a quoted list
|
||||||
(eval '(+ 1 2)) ; => 3
|
(eval '(+ 1 2)) ; => 3
|
||||||
|
Loading…
Reference in New Issue
Block a user