aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1b052a3..aae3abdd 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,14 @@ Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
Version 5.1.91 (Git)
+* `next' statement
+
+The definition of `next' statement has been fixed to match `continue'
+in other programming languages. Namely, `next' passes control to
+STMT2 in the loop definition:
+
+ loop for STMT1, while EXPR1, STMT2
+
* Process titles.
The process titles visible in the output of the ps(1) command reflect

Return to:

Send suggestions and report system problems to the System administrator.