Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @comptimePrint

@comptimePrint

Panther
Documentation


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

  Print to console at compile time.

Parameters

  str: string to print

Return Value

  Returns Void.

Example

(TODO)

See Also

@comptimePrintln Print to console at compile time