diff options
| -rw-r--r-- | clojure.html.markdown | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/clojure.html.markdown b/clojure.html.markdown index 5086d2c2..24250a87 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -12,6 +12,9 @@ state as it comes up.  This combination allows it to handle concurrent processing very simply,  and often automatically. +(You need a version of Clojure 1.2 or newer) + +  ```clojure  ; Comments start with semicolons. | 
