new files
This commit is contained in:
parent
3af7344581
commit
86c034bb8b
1364 changed files with 21352 additions and 0 deletions
4
Task/Collections/Clojure/collections-1.clj
Normal file
4
Task/Collections/Clojure/collections-1.clj
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{1 "a", "Q" 10} ; commas are treated as whitespace
|
||||
(hash-map 1 "a" "Q" 10) ; equivalent to the above
|
||||
(let [my-map {1 "a"}]
|
||||
(assoc my-map "Q" 10)) ; "adding" an element
|
||||
Loading…
Add table
Add a link
Reference in a new issue