Mercurial > hg > octave-nkf
diff NEWS @ 2852:2284b2652028
[project @ 1997-03-28 22:04:30 by jwe]
author | jwe |
---|---|
date | Fri, 28 Mar 1997 22:04:34 +0000 |
parents | b960bd6cbfdf |
children | ff4ee9ad942a |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Summary of changes for version 2.1: ---------------------------------- + * Commas in global statements are no longer special. They are now + treated as command separators. This removes a conflict in the + grammar and is consistent with the way Matlab behaves. + * It is now possible to declare static variables that retain their values across function calls. For example,