Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <joly> (doc binding)
  2. <sexpbot> ⟹ "Macro ([bindings & body]); binding => var-symbol
  3. init-expr Creates new bindings for the (already-existing) vars, with
  4. the supplied initial values, executes the exprs in an implicit do,
  5. then re-establishes the bindings that existed before. The new bindings
  6. are made in parallel (unlike let); all init-exprs are evaluated before
  7. the vars are bound to their new values."
Add Comment
Please, Sign In to add comment