add function

dynamic add(
  1. List list
)

Implementation

add(List list) => list[0] + list[1];