(defparameter *a* (vector 1 2 3))(defparameter *b* (vector 1 2 3))(print (map 'vector #'* *a* *b* ))
Standard input is empty
#(1 4 9)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!