In Sage 9.2, attempting to define a callable symbolic expression with a
backslash line continuation yields a syntax error:
sage: f(x) = x \
....: +
1
File "<ipython-input-2-a5c1e14e19da>", line 1
__tmp__=var("x"); f = symbolic_expression(x * BackslashOperator() *
).function(x)
^
SyntaxError: invalid syntax
There was no such issue in Sage 9.1.
A culprit might be https://trac.sagemath.org/ticket/28974, since it deals
with the preparser and backslashes, but I am not sure...
Eric.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/352bcef1-7fe4-4e87-af40-7b9b39c69097n%40googlegroups.com.