Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is there any difference between the two different ways of declaring variables?

I sometimes see variables declared as y,z,t = var("y z t") and others simply as var("y z t") Both seem to work. Is there any actual difference between them?