vv

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 14:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
vv

Create a vector by concatenating the arguments (scalars and vectors).

Usage:

vv(x1, x2,...)

Result:

The result is { x1 , x2 , ... }

Return Type:

vector

Examples:
#v := eval vv(1,2,4,8,16)
showitem $#v

Navigation menu

Personal tools