mlandistest / code

2 stars 0 forks source link

Create +=, -=, *= and /= operators. [sf#23] #35

Open mlandis opened 10 years ago

mlandis commented 10 years ago

Reported by hoehna on 2013-11-11 10:11 UTC It would be sooo convenient to have += and -=.

These should, of course, result into constant function expressions (no deterministic nodes!!!). If they would be deterministic, we would have loops!

mlandis commented 10 years ago

Updated by hoehna on 2014-02-18 13:20 UTC