MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Operators



Has anybody ever suggested, or thought about adding the C abbrivation for 
manipulating a prop and then saving back to the prop?

-ie
data = data + 5;    ->   data += 5
data = data * mult; ->   data *= mult;
etc...

Chris.



Follow-Ups:

Home | Subject Index | Thread Index