add
Add any two numbers together
will return the sum of the two given numbers together. The return_type specifies in which data type the sum will be returned in, like shown in below example:
Typically addition works only for numeric data types, but in this case, you have additional options for characters and strings. Before using it in that way, please test it before actually implementing something.
Last updated