(let [a 1
b 2
c (atom 42)]
(+ a d @c))
Подсветка и нумерация строк
(defn safe-exec
"Execute command ignoring bad exit codes and put its output to a string if success. Returns nil if error."
([cmd] (safe-exec cmd true))
([cmd print-errors?]
(try (exec cmd)
(catch Exception e
(when print-errors?
(prf "command failed: '%s', error message: '%s'" cmd (.getMessage e)))))))
-
Edgar Allen Poe
-
Sheri S. Tepper
-
Bill Bryson
Edgar Allan Poe (/poʊ/; born Edgar Poe; January 19, 1809 – October 7, 1849) was an American writer, editor, and literary critic.
-
1
-
2
-
3
Header 1 | Header 2 | Header 3 |
---|---|---|
Column 1, row 1 |
Column 2, row 1 |
Column 3, row 1 |
Column 1, row 2 |
Column 2, row 2 |
Column 3, row 2 |
Column 1, row 3 |
Column 2, row 3 |
Column 3, row 3 |
Можно играть с шириной таблицы
Header 1 | Header 2 | Header 3 |
---|---|---|
Column 1, row 1 |
Column 2, row 1 |
Column 3, row 1 |
Artist | Track | Genre |
---|---|---|
Baauer |
Harlem Shake |
Hip Hop |
The Lumineers |
Ho Hey |
Folk Rock |
Artist |
Track |
Genre |
Baauer |
Harlem Shake |
Hip Hop |
The Lumineers |
Ho Hey |
Folk Rock |