@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 |