vv
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Create a vector by concatenating the arguments (scalars and vectors).
Contents
Usage:
vv(x1, x2,...)
Result:
The result is { x1 , x2 , ... }
Return Type:
vector
Examples:
#v := eval vv(1,2,4,8,16) showitem $#v