Special Posts To Post On Instagram
Open

Free Business Cards Printing

understanding chemistry june 2016

:
Changes from all commits
Commits
File filter

Beautiful Blog Post Design Infographic Free Business Cards Printing

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PowerPoint Project Status Dashboard Template
Original file line number Diff line number Diff line change
Expand Up @@ -2028,12 +2028,12 @@ nil
Clojure doesn't have `for` or `for-each`. Do something to each element of a sequence, use `doseq`.

```clojure
user=> (doseq [n1 [1 2 ]
n2 [4 5 ]]
user=> (doseq [n1 [1 3 ]
n2 [3 4 ]]
(println (+ n1 n2)))
4
5
6
6
7
nil
```
Expand Down