Some operations do not work with vectors, some not for strings, e.g.
This does not work:
a = Ball.Position % 2; // cannot compute module of a vector
Xpressionist 3