pub const RETURN: Name;Expand description
When a function returns via the Instr::End instruction, the value returned is contained in the special RETURN variable.
pub const RETURN: Name;When a function returns via the Instr::End instruction, the value returned is contained in the special RETURN variable.