exit
Syntax
exit()
exit(value)
It terminates entire program passing value
as the result of the program
execution, or null
if omitted.
exit()
exit(value)
It terminates entire program passing value
as the result of the program
execution, or null
if omitted.