> Next up, completing the docstring.
Done at rev 3965.
The docstring is probably fairly accurate because I referenced the
code while writing it, but it would be good to have Ville review it.
To do: documentation for SList expressions. I don't understand them yet...
Edward
> 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
@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
> --
> You received this message because you are subscribed to the Google Groups "leo-editor" group.
> To post to this group, send email to leo-e...@googlegroups.com.
> To unsubscribe from this group, send email to leo-editor+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
>
>