add()

description
The add function has been restored, but the conversion to + remains in effect.
broken!
broken!
Formula 1.0
add(prop("Name"), "ABC") add(prop("Number"), 5)
Formula 2.0
prop("Name") + "ABC” prop("Number") + 5