func @comptimePrint = (str: [Char:*]) #ct -> Void;
Print to console at compile time.
str: string to print
Returns Void.
Void
(TODO)