(def-bindscript identifier & body)
(def-bindscript &form &env identifier & body)
Define a bindscript for later execution and inspection. The script will be
registered with identifier
, which sould be a qualified keyword.
body
is an usual bindings-form, like in let
.
Define a bindscript for later execution and inspection. The script will be registered with `identifier`, which sould be a qualified keyword. `body` is an usual bindings-form, like in `let`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close