Affects a variable in Maxima
The Scilab operator colon (:) is overloaded for sym variables at the left side to affect a Maxima variable in Maxima environment.
x=sym('x'),y=x*x x:3,y //You can kill a variable kill(x),y