Skip to main content

execute

Function execute 

Source
pub fn execute(
    scp: Rc<dyn Scope>,
    env: Rc<dyn Env>,
    stmt: &Statement,
) -> Result<(), RiddleError>