The following is an example of a string expression:
"Hello "&[firstName]&“ “&[lastName]
This calculated field would create a value such as: Hello John Adams
The following is an example of a numeric expression:
([amountfield1]+[amountfield2])x[quantityfield]
This calculated field would create value of the sum of amoundfield1 and amountfield2 multiplied by the quantityfield value.