Function exit()

← Back to Module core



Module core → exit()

Description

Exit from the program

exit(code = 0)


Parameters


Return Value


Usage Example

exit()
exit(1)
exit("See you again!")