exit()

Structure

Description

Quits the sketch. Internally calls exit_sketch().

Syntax

void exit()

Parameters

None

Returns

void

Related

Under the Hood

From Processing.h:

void exit() { exit_sketch(); }