> How Preview Execution Works
> Under the hood, preview execution works by using Scheme environments.
> When code is highlighted, Toski duplicates the current environment and executes the code. Then, when the cursor is moved or the code is de-selected, Toski removes the new environment, returning the instance to the previous state.
Which makes sense - but it would be cool if it automagically mocked all external calls... ;)