mylang_vm

Function call

source
pub(crate) fn call(
    stack: &mut Vec<Entity>,
    pc: &mut usize,
    addr: usize,
) -> Result<(), VMError>