jsrun: Check the return value of main function and set it to exit code.
jsrun: Check the return value of main function and set it to exit code. Now the return value is ignored.
The exit built-in function is supported. The parameter of exit() and the return value of main() function is returned as exit code,
jsrun: Check the return value of main function and set it to exit code. Now the return value is ignored.