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.
Examples
No examples yet. Be the first to add one!
sci.core/fork
(fork [ctx])No examples yet. Be the first to add one!