Subcommands
Vector extraction and linking
Previous
vsubn
Next
vvcat
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