Skip to content

Instantly share code, notes, and snippets.

@jobez
Created December 27, 2015 07:05
Show Gist options
  • Select an option

  • Save jobez/85448a9f2bcc62c0fa5e to your computer and use it in GitHub Desktop.

Select an option

Save jobez/85448a9f2bcc62c0fa5e to your computer and use it in GitHub Desktop.
cljs.user> (doc +)
-------------------------
cljs.core/+
([] [x] [x y] [x y & more])
Returns the sum of nums. (+) returns 0.
nil
cljs.user> (ns batman)
WARNING: batman is a single segment namespace at line 1 <cljs repl>
batman> (cljs.repl/doc +)
-------------------------
cljs.core/+
([] [x] [x y] [x y & more])
Returns the sum of nums. (+) returns 0.
nil
batman>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment