LAST_VALUE function

Express LAST_VALUE(
  1. Object express
)

Implementation

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