Zempt77 opened this issue 5 years ago ยท 1 comments
its more of a convienience thing, but it would be noce to have a ++ to replace the a = a+1
so like: a++; would perform the function of a = a+1;
its actually not possible unless different parser is used. use a+=1 instead.