Examples: (application app)
(define :a 1) (define :b 2)
(define :ab :args [:a :b] :fn +)
(evaluate (start app) :ab) => 3
Examples: (application app) (define :a 1) (define :b 2) (define :ab :args [:a :b] :fn +) (evaluate (start app) :ab) => 3
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |