vv

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 17:31, 18 November 2010 by Admin (talk | contribs) (1 revision: Initial import)
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