Prints a complex number in the console.

// Prints "2 + 3i" in the console
Chalkboard.comp.print(Chalkboard.comp.init(2, 3));