Subject: | Poor example in documentation |
Documentation states:
Show quoted text
> Consider a "before" modifier which multiplies a
> value by 2 and another before modifier which
> divides a value by 3. The order in which those
> modifiers are applied becomes extremely important
Actually, ($x*2)/3 and ($x/3)*2 are identical.
Perhaps an example involving addition and multiplication
would be better.