COMPLEX
=======
syntax: (complex <real part> <imaginary part>)
==> <complex number>
The function COMPLEX produces a complex number. The
real part and the imaginary part of it have to be
non-complex numbers.
example: >(complex 1 2)
#C(1 2)