Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @abort

@abort

Panther
Documentation


1: func @abort = () -> Void;

  Abort the program. Lowers to a trap instruction if the target has one, otherwise lowered to LibC abort().

Parameters

  None.

Return Value

  Doesn't return

Example

(TODO)

See Also

@breakpoint Cause an execution trap to request the debugger break execution