abort [function]

abort([ contexts... ])

Stops execution and returns to C code as soon as possible.

abort();
print( 5 ); // this line is not reached