Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @entry

@entry

Panther
Documentation


1: func @entry = () #rt -> UI32;

  Direclty call the entry function.

Parameters

  None.

Return Value

  The return code of the entry function.

Example

(TODO)

See Also

@panic Direclty call the panic handler