Exit - quit



examples/other/exit.R
print("Hello")
quit()
print("World")