Aug. 7, 2017
9:29 a.m.
I mentioned this a while back 2, less between different playground windows, but more when you drill down on a value in a playground and then want to use a value on the first pane. There was some discussion about this (Denis had some good ideas), and it seemed like a good idea but something to put on the todo list to implement and propose. Tim
On 7 Aug 2017, at 09:16, Peter Uhnak <i.uhnak@gmail.com> wrote:
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