exit method

void exit([
  1. JSAny? code
])

Exit the process

Implementation

external void exit([JSAny? code]);