On Thu, 7 Apr 2011 22:50:45 +0300
"Ville M. Vainio" <[email protected]> wrote:
Interesting stuff
> @x {
> import os
> print "many"
> print "lines"
>
> @x }
g is available in @x block, I assume?
Does
@x {
g.vs.dirs = {'N':0, 'E':90, 'S':180, 'W':270}
@x }
work?
And when you say g.vs namespace persists, for what timescale? Session
or forever or?
And would
@x =projA.left {
stuff on
the left
@x }
@x =projB.left {
gone already
@x }
store things in g.vs.projA.left and g.vs.projB.left? Maybe this only
matters if persistence is long term.
And if persistence is long term, is g.vs shared between different
outlines?
Cheers -Terry
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.