Complex.I() returns the complex number i.
The following example sets the variable z equal to i.
-- Complex.I() z = Complex.I() print(z)
(0 + 1 I)