On 04/10/2015 05:09 PM, Daniel Krenn wrote:
> Can someone explain me the difference between SR.symbol and SR.var ?
> 
> (BTW: SR.symbol does not have a description)
> 

SR.symbol is faster, but only lets you declare one variable at a time.
SR.var will parse a string, so something like SR.var('x,y') will work,
but it's a tiny bit slower (thanks to the parsing).


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to