fn scope_assign(scope: &Rc<RefCell<Scope>>, name: &str, val: Value) -> bool
既存変数へ代入(最も近い定義スコープ)。未定義なら false。