We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 723cbc3 + fc5222d commit 5e8c317Copy full SHA for 5e8c317
README.md
@@ -105,7 +105,7 @@ are evaluated and passed to it ([prefix notation](http://en.wikipedia.org/wiki/P
105
106
If the first element of a list is one of the language's few __special forms__,
107
then the rest of the elements are passed to it unevaluated. (There are only [22
108
-special forms](https://github.com/cljsinfo/cljs-api-docs/blob/catalog/refs/library/special.md).)
+special forms](https://clojure.org/reference/special_forms).)
109
110
```clj
111
(if (= a b c) ; <-- determines if a=b=c
0 commit comments