Programmer Guide/Command Reference/EVAL/vv: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
Contents
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