Skip to main content

fork

function

sci.core/fork

(fork [ctx])
Forks a context (as produced with `init`) into a new context. Any new vars created in the new context won't be visible in the original context.

No examples yet. Be the first to add one!