puppetlabs / puppet-specifications

Specification of the Puppet Language, Catalog, Extension points
Other
99 stars 66 forks source link

(PUP-2972) Remove += and -= #16

Closed zaphod42 closed 10 years ago

zaphod42 commented 10 years ago

These operators are being removed because users find them confusing. There is no loss of power in the language, however, because they were just shortcuts for . = . + . and . = . - .