On Sun, 31 Mar 2013 23:28:22 -0300 Haroldo Stenger <[email protected]> wrote:
> I'll ask something possibly very naïve, but which makes me go thinking > round and around: when an opened .leo file which has a script which I > execute, modifies in someway the leo environment (the "b"? for instance ) , > is it global ? I mean a common namespace to all other possible references > and modifications that other scripts do along the same session ? If yes, is > there a way to make them 'local' to a specific opened .leo file section ? When you execute a script from a Leo outline, `c` is the context variable for just that outline, and `g` is the global variable for that session. So there's only one g, but c is different for each outline. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
