add — Add value to term
term add (
)
Adds the value VALUE to the term TERM and returns the newly created term. As always in YCP, TERM is not modified.
add (sym (a), b) -> sym (a, b)