> User's Guide > Algebra
Single-Vector Files

A single-vector file is a text file used to store a single vector. Here, a vector is considered to be a set of variables with a corresponding value for each. Each line contains a single variable-value pair. The syntax is:

Variable = Value.

Neither variables nor values can contain the equals character "=", and each variable can appear only once in the file. Any whitespace characters around the equals sign are ignored.

See the Text Formatting Rules for additional information.