presentations/highlight-js/test/detect/clojure-repl/default.txt

8 lines
81 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
user=> (defn f [x y]
#_=> (+ x y))
#'user/f
user=> (f 5 7)
12
user=> nil
nil