(= & exprs)evaluates the infix expression
(in/= 1 + 2 + 3 * 4) => 15
(in/= 1 + (2 + 3) * 4) => 21
evaluates the infix expression (in/= 1 + 2 + 3 * 4) => 15 (in/= 1 + (2 + 3) * 4) => 21
(> & exprs)creates the top level form
(in/> 1 + (2 + 3) * 4) => '(+ 1 (* (+ 2 3) 4))
creates the top level form (in/> 1 + (2 + 3) * 4) => '(+ 1 (* (+ 2 3) 4))
(infix-forms exprs)helper function for infix macros
helper function for infix macros
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 |