Numeric Constants

Numeric constants consist of an unquoted set of numerals. They can also include one decimal point and can be prefixed with a minus symbol to indicate negative values. Numeric constants cannot contain commas, as indicated below:

%%[

var @discountAmount
set @discountAmount = -10.50

]%%