You are missing
@x =<var> {
text
to be
set in var
@x }
@x =<var>+ {
this body
will be appended to array <var>
(you need to have done "@x var=[] earlier")
@x }
Also note that <var> can be expression apart from just var name. e.g.
a.b
a['b']
a.getstuff().morestuff()['foo']
main thing is it's something that can be on LHS of
LHS = RHS
On Sat, Apr 9, 2011 at 12:09 AM, Edward K. Ream <[email protected]> wrote:
> On Fri, Apr 8, 2011 at 4:46 PM, Edward K. Ream <[email protected]> wrote:
>
>> So now all the commands work again, and the docstring is informative,
>> if not entirely complete.
>
> And possibly not entirely accurate either. Beware.
>
> Ville, please check when you get a chance. Thanks.
>
> Edward
>
> --
> 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.
>
>
--
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.