AVG function

Express AVG(
  1. Object express
)

Implementation

Express AVG(Object express) {
  return ExpressFunc("AVG", [express]);
}