changeset 27865:b62ca41f355b

NEWS: Update text on L-value references. NEWS: Update text on L-value references.
author Rik <rik@octave.org>
date Mon, 23 Dec 2019 08:01:12 -0800
parents da3c6aef85fe
children b134fc61d89e
files NEWS
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Dec 23 12:15:04 2019 +0100
+++ b/NEWS	Mon Dec 23 08:01:12 2019 -0800
@@ -50,8 +50,9 @@
   one is used, and, in case of an error, the previous format remains
   unchanged.
 
-- L-value references (i.e. increment, decrement, and all assignment
-  operations) are no longer allowed in anonymous functions.
+- L-value references (e.g., increment (++), decrement (--), and all
+  in-place assignment operators (+=, -=, *=, /=, etc.)) are no longer
+  allowed in anonymous functions.
 
 - New warnings have been added about questionable uses of the colon ':'
   range operator.  Each has a new warning ID so that it can be disabled