method Return.build
Return.build(statement)

Builder for Return instructions.

Parameters

statement

The instruction or data value to evaluate.

Return Type

Throws

Error

Usage

import { Return } from ".";