setDel function

Expr setDel(
  1. Expr x,
  2. Expr y
)

Implementation

Expr setDel(Expr x, Expr y) => store(x, y, falseExpr);