Carpet

Carpet

2M Downloads

suggestion add ++ feature

Zempt77 opened this issue ยท 1 comments

commented

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;

commented

its actually not possible unless different parser is used.
use a+=1 instead.