define complex constants

This topic was referred to a long while ago, but I could find no further comment or discussion.

Please add the capability for (as an example):

Constant/C k_j = cmplx(0,1)

or

static Constant/C k_j = cmplx(0,1)

Right now, Igor gives an error for this construction. Any other suitable means of defining symbolic complex constants would be ok too.
s.r.chinn
Larry,

With all due respect, your first solution (for those of us forbidden to use IP7 by the powers that be) is even more cumbersome than typing cmplx(0,1) in the code :)