Add
Description
Adds two numbers and returns their sum, or concatenates two strings.
Tags
Operators
Type
#
Syntax
number + number
text + text
add(number, number)
add(text, text)
Example
prop("Principal") * .04 + prop("Min. Interest Payment")
Template Example