 
      
      exit()Exit from the program
exit(code = 0)
code (number|string)  — An exit code or a message. If code is a string then the message will be printed before exiting program. The default value is 0
boolean — Always returns true
exit()
exit(1)
exit("See you again!")