Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @panic

@panic

Panther
Documentation


1: func @panic = (message: [Char:*]) #noReturn -> Void;

  Direclty call the panic handler.

Parameters

  message: message to send to the panic handler

Return Value

  Returns Void.

Example

(TODO)

See Also

@entry Direclty call the entry function