variable += value variable -= valueis used for adding or removing the specific value.
x = a b c d x -= bbecoms
x = a c d.
Another case,
x = a b c d x += ebecomes
x = a b c d e.
author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.
For questions about FML, e-mail <fml-bugs@fml.org>.