Hi,
In JadeScript, if a variable of Decimal Type is declared, the method doesnt compile and an error occurs - "Error 7690 - Expecting decimal descriptor".
This error only occurs for decimal datatype, not for integers, strings or boolean
...
vars
str: String;
age: Integer;
salary: Decimal;
begin ...