exit()
StructureDescription
Quits the sketch. Internally calls exit_sketch().
Syntax
void exit()
Parameters
None
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...
Quits the sketch. Internally calls exit_sketch().
None
Implementation in Processing.h / Processing.cpp: