Skip to content
the-drunk-coder edited this page Dec 31, 2019 · 1 revision

clear - Clear Session

Stops and deletes all or some present generators.

Examples

(clear) ;; stop everything and clear the current state

(clear 'gen1 ... 'genN) ;; selectively stop generator and clear state
Clone this wiki locally