I am a bit confused. When I declare a variable I use:

var x;

for integer I use int, for floating point I use float and for string I use:

STRING* word;

or is there another way?