Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @comptimePrintln

@comptimePrintln

Panther
Documentation


1: func @comptimePrintln = (str: [Char:*]) #ct -> Void;

  Print to console at compile time. A newline character is automatically appended.

Parameters

  str: string to print

Return Value

  Returns Void.

Example

(TODO)

See Also

@comptimePrint Print to console at compile time