From: Peep P. <so...@us...> - 2004-04-01 19:19:20
|
Update of /cvsroot/agd/server/doc/lpc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17683 Modified Files: operators Log Message: Renamed F_RANGE to F_SLICE and F_INDEX. Index: operators =================================================================== RCS file: /cvsroot/agd/server/doc/lpc/operators,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- operators 21 Mar 2004 13:02:37 -0000 1.5 +++ operators 1 Apr 2004 19:07:19 -0000 1.6 @@ -34,7 +34,7 @@ ?: trinary conditional (if-then-else) * , binary comma - left and right side are evaluated, then right side discarded. - [] * (F_RANGE) + [] * (F_SLICE and F_INDEX) arithmetic: + binary addition * (F_ADD) |