mech_interpreter::statements

Function subscript_ref

Source
pub fn subscript_ref(
    sbscrpt: &Subscript,
    sink: &Value,
    source: &Value,
    plan: Plan,
    symbols: SymbolTableRef,
    functions: FunctionsRef,
) -> MResult<Value>