exit()
StructureDescription
Quits the sketch. Internally calls exit_sketch().
Syntax
void exit()
Parameters
None
Returns
voidRelated
Under the Hood
From Processing.h:
void exit() { exit_sketch(); }
Quits the sketch. Internally calls exit_sketch().
None
From Processing.h: