[Nice-commit] Nice NEWS,1.46,1.47
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2004-09-02 18:23:38
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27251/Nice Modified Files: NEWS Log Message: Allow underscores in literal numbers. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** NEWS 1 Sep 2004 11:48:34 -0000 1.46 --- NEWS 2 Sep 2004 18:23:27 -0000 1.47 *************** *** 24,27 **** --- 24,29 ---- * Improved speed of coverage tests for some methods. * Removed the '--strict' compiler option. + * Underscores are allowed and ignored in literal numbers. example: + long x = 1_000_123_000_456; * Lists now support a wide array of slicing and indexing operations. There is a new bit of syntax, '@', which indicates |