[][src]Module passerine::vm::local

Structs

Local

A local is a variable that can hold a value. Locals are stored on the stack, after each frame, and before temporary data.