mech_interpreter::statements

Function variable_define

Source
pub fn variable_define(
    var_def: &VariableDefine,
    plan: Plan,
    symbols: SymbolTableRef,
    functions: FunctionsRef,
) -> MResult<Value>