[Nice-commit] Nice NEWS,1.45,1.46
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-09-01 11:48:44
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28972 Modified Files: NEWS Log Message: Cleanup. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** NEWS 1 Sep 2004 10:59:33 -0000 1.45 --- NEWS 1 Sep 2004 11:48:34 -0000 1.46 *************** *** 28,33 **** the index of the last item in a list, which can be used for working with indexes relative to the end of the list, instead of the beginning. ! ! For instance, given a list of ints from 0 to 6 called 'intList': intList[@] is 6, --- 28,33 ---- the index of the last item in a list, which can be used for working with indexes relative to the end of the list, instead of the beginning. ! ! For instance, given a list of ints from 0 to 6 called 'intList': intList[@] is 6, |