1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 00:06:47 +02:00
This commit is contained in:
bureken
2015-10-31 03:33:13 +03:00
parent f0a4c88acf
commit a72017573d

View File

@@ -16,7 +16,7 @@ will see how it is extended later on.
```Clojure ```Clojure
; Comments start with a semicolon. ; Comments start with a semicolon.
; Anythng after the semicolon is ignored. ; Anything after the semicolon is ignored.
;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
;;; Basic Types ;;; ;;; Basic Types ;;;