vsub - luxembourg/muxcode-clm GitHub Wiki

VSUB()

FUNCTION: vsub(<vector|scalar>,<vector|scalar>[,<delimiter>][,<output delimiter>])

Returns the difference between two vectors, two scalars, or a combination of either.

Example: > think vsub(3 4 5,3 2 1) 0 2 4 > think vsub(3 4 5,3 2 1,,|) 0|2|4

Related Topics: vadd