I try to run
BigDecimal LOADPROCESSID = BigDecimal(461).Add(new BigDecimal(1))
at Jython.
However, I got error message
BigDecimal LOADPROCESSID = BigDecimal(461).Add(new BigDecimal(1)) ^ SyntaxError: mismatched input 'LOADPROCESSID' expecting NEWLINE
I searched internet and find this code. However, I am not quite familiar with Jython. So I am not sure whether the code is correct for Jython. If not, how can I write this logic in Jython. Thanks.