Hi:
Is this a feature or a bug?
Attach a file containing:
def print_function(yy,xx):
print yy,xx
Now run this:
sage: x = var('x')
sage: y = function('y', x)
sage: print_function(x,y)
x
In other words, y is not printed.
- David Joyner
--~--~---------~--~----~------------~-------~--~----~
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/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---