SCROLL
SCROLL copied to clipboard
Support for implicit and explicit contexts
Add support for implicit and explicit contexts, i.e.:
- implicit: gets activated as soon as the control flow reaches the piece of code, maybe it can be guarded with conditions,
-
explicit: gets activated by calling a function (like
run
or!
or something).