>  On Thu, Mar 6, 2008 at 12:53 PM, Jason Grout
>  <[EMAIL PROTECTED]> wrote:
...
>  >  What does "reserved words" mean?  Do you mean that we should throw an
>  >  error when those variables are assigned?  I don't think that would be
>  >  possible without some deep tinkering in python.


Hi Jason,
Yep, that's what I meant (reserved words, aka keywords); to expect
behavior like this:

sage: lambda = 5
Syntax Error:
    lambda = 5


On Thu, Mar 6, 2008 at 4:28 PM, William Stein <[EMAIL PROTECTED]> wrote:
...
>  >  There is a way to reset all system variables back to their defaults.  I
>  >  don't remember how to do it, though.
>
>  Use the incredibly hard to remember and cryptically named
>  "reset" command:
>
>  sage: pi = 5
>  sage: pi
>  5
>  sage: reset()
>  sage: pi
>  pi


Thanks William! That's a good thing to know.
Best,
-- 
 Hector

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

Reply via email to