Add constructor

Add(
  1. List args
)

Creates an $add operator expression

Implementation

Add(List args) : super('add', AEList(args));