Process Architecture

Input, Process
& Output

Functions are "machines" that take inputs, perform a specific task, and return a result. Learn the different ways to define these machines.

Classic

Declaration

Standard named block.

Modern

Arrow Function

Concise ES6 syntax.

Input

Parameters

Variables for input.

Output

Return Values

Shipping the result.

Function Definition
// Select a type to see the blueprint...
Execution Pipeline
IDLE
Awaiting Function Call...
Click a pattern to trigger the 3D process