Talk:Augmented assignment

Latest comment: 5 years ago by Paddy3118 in topic On Computed assignment locations

Perl6 edit

I think Perl6 should also be mentioned, because it has meta-operators, and as such every operator can be used this way (unlike having +=, *=, etc explicitly mentioned in the operator table, they have an `op=` operator, that can be used with every operator. — Preceding unsigned comment added by 93.134.114.77 (talk) 2016-01-05T08:27:04‎

On Computed assignment locations edit

Found when creating a simple histogram of die rolls in a proprietary language using:

histogram[roll_die()] += 1

And getting odd results. --Paddy (talk) 10:13, 21 January 2019 (UTC)Reply