calculating the difference of two vectors

The vector_difference function is used to calculate the difference of two vectors online.
vector_difference(`[1;1;1];[5;5;6]`) returns [-4;-4;-5]
See also