interpret_function

Function interpret_function 

Source
pub fn interpret_function(
    bytecode: &Bytecode,
    vars: Vec<Value>,
) -> Result<Vec<Value>, String>