Aug. 7, 2017
8:40 a.m.
In that cases I simply make them global. -- Pavel 2017-08-07 10:16 GMT+02:00 Peter Uhnak <i.uhnak@gmail.com>:
Hi,
is there a way to share context/variables between multiple playgrounds?
E.g. in Playground window 1 I declare
``` factor := 70. ```
and in Playground window 2 I do (without declaring `factor`)
``` 5 * factor. "-> 350" ```
Thanks, Peter