cl_interpret

Module function

Source
Expand description

Represents a block of code which lives inside the Interpreter

Modules§

  • Collects the “Upvars” of a function at the point of its creation, allowing variable capture

Structs§

  • Represents a block of code which persists inside the Interpreter