func @comptimePrintln = (str: [Char:*]) #ct -> Void;
Print to console at compile time. A newline character is automatically appended.
str: string to print
Returns Void.
Void
(TODO)