I created a sample program about vector in Small Basic. The program ID is WCT521-0.
A 2-dimensional vector can represent the coordinates of a point on the plane.
At first, this program shows a sample of vector sum.
Secondly, this program shows rotation using a rotation matrix.