Programmer Guide/Command Reference/EVAL/vv: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
Create a vector by concatenating the arguments (scalars and vectors). | Create a vector by concatenating the arguments (scalars and vectors). | ||
Revision as of 13:20, 4 April 2011
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