Hello! It seems that the postfix ++/-- operators defined in SWMODULE_OPERATORS have prefix ++/-- semantics, i.e. (module++) is equivalent to (module.increment(1), module). This is probably not the intended behavior. Blessings, J