Update of /cvsroot/agd/server/doc/lpc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2756
Modified Files:
operators
Log Message:
Range operator.
Index: operators
===================================================================
RCS file: /cvsroot/agd/server/doc/lpc/operators,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- operators 16 Mar 2004 20:14:58 -0000 1.2
+++ operators 18 Mar 2004 20:50:16 -0000 1.3
@@ -30,6 +30,7 @@
the current object; i.e. ob->call() would execute the function call() in object ob.
?: trinary conditional (if-then-else) *
, binary comma - left and right side are evaluated, then right side discarded.
+ [] (F_RANGE)
arithmetic:
+ binary addition * (F_ADD)
|