Vector

(vector arguments)

Creates a vector using the given arguments as fill.

Examples:

>>(vector 'a 1 ())
:: #( a 1 () )
>>(vector 2 "2" '(2) (+ 1 1))
:: #( 2 2 (2) 2 )

Note that what is displayed cannot be evaluated in MOSVM. In other words:

While