First time here? Check out the FAQ!
asked 13 years ago
what is the difference, when I declare variable like this
a, b, c = var('a, b, c')
or just like this
var('a, b, c')
?