tikzpicture
environment. In the pgf manual it's hard to find any information about this. In my opinion variables create possibility to make more flexible programs.
For example we can declare a "point" variable:
Code: Select all
\coordinate (A) at (1,2);
Code: Select all
\coordinate (A) at (A) [xshifted=2cm];
In MetaPost using variables was very easy if we compare it to tikZ.
I hope you know what I mean.