|
From: Peep P. <so...@us...> - 2004-07-24 18:03:54
|
Update of /cvsroot/agd/server/doc/lpc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv693 Modified Files: operators Log Message: Binary intersection is done; added :: operator to list Index: operators =================================================================== RCS file: /cvsroot/agd/server/doc/lpc/operators,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- operators 23 Jul 2004 17:22:07 -0000 1.7 +++ operators 24 Jul 2004 18:03:41 -0000 1.8 @@ -31,6 +31,7 @@ , binary comma - left and right side are evaluated, then right side discarded. * [] + :: call inherited function * arithmetic: + binary addition @@ -42,7 +43,7 @@ ** binary power array operators: - & binary intersection * + & binary intersection bitwise operators: & binary AND |