Liking cljdoc? Tell your friends :D

cli-matic.toycalc


-mainclj

(-main & args)

This is our entry point. Just pass parameters and configuration. Commands (functions) will be invoked as appropriate.

This is our entry point.
Just pass parameters and configuration.
Commands (functions) will be invoked as appropriate.
sourceraw docstring

add_numbersclj

(add_numbers {:keys [a1 a2 base]})

Sums A and B together, and prints it in base base

Sums A and B together, and prints it in base `base`
sourceraw docstring

CONFIGURATIONclj

source

subtract_numbersclj

(subtract_numbers {:keys [pa pb base]})

Subtracts B from A, and prints it in base base

Subtracts B from A, and prints it in base `base` 
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close