``` user> (define a (vector 1 2 3)) ====> ok user> (vector-get a 1) user> ``` this function return nothing.or I use it in a wrong way?
this function return nothing.or I use it in a wrong way?