exit()

Structure

Description

Quits the sketch. Internally calls exit_sketch().

Syntax

void exit()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...