add method

dynamic add(
  1. Content c
)

Implementation

add(Content c) {
  sub[c.key] = c;
}