On Thu, Feb 26, 2009 at 2:52 PM, YannLC <yannlaiglecha...@gmail.com> wrote:
>
> Thanks for the explanation.
> I definitely don't like this shortcut:
>
> sage: var('foo bar')
> (foo, bar)
> sage: E = foo+bar
> sage: E(5)
> foo + 5
>
> why not "bar +5" ?
>
> but I'll learn to live with it :)

It goes by alphabetical order by default:

sage: E.variables()
(bar, foo)

--Mike

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to