diff options
author | Louie Dinh <ldinh@athinkingape.com> | 2013-06-28 16:29:46 -0700 |
---|---|---|
committer | Louie Dinh <ldinh@athinkingape.com> | 2013-06-28 16:29:46 -0700 |
commit | a87a1ea3fdf4c2b0367b2d11f412b9d37c4e49bc (patch) | |
tree | 6dd973bd8898ca245017f0d6239dde4807d65263 /clojure.html.markdown | |
parent | cbb2ef1197d2acc480abcf2535cd13bfd2c81deb (diff) | |
parent | 3301f770627de64914d902798840cf8f87f4b066 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'clojure.html.markdown')
-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. |