A procedure is a pure function that takes an input and returns an output. It is designed to perform logic on data.
The input data type.
The output data type.
Readonly
The name of the procedure.
Performs the procedure.
Generated using TypeDoc
A procedure is a pure function that takes an input and returns an output. It is designed to perform logic on data.