subtract
Subtract any two numbers
will return the difference of the two given numbers. The return_type specifies in which data type the difference will be returned in, like shown in below example:
Typically subtraction works only for numeric data types, but in this case, you have an additional option for characters. Before using it in that way, please test it before actually implementing something.
Last updated