Update of /cvsroot/agd/server/doc/lpc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25264/doc/lpc
Modified Files:
operators
Log Message:
New operators - ** and **=.
Index: operators
===================================================================
RCS file: /cvsroot/agd/server/doc/lpc/operators,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- operators 20 Mar 2004 19:14:46 -0000 1.4
+++ operators 21 Mar 2004 13:02:37 -0000 1.5
@@ -10,6 +10,7 @@
/= binary self-division *
*= binary self-multiplication *
%= binary self-modulo *
+ **= binary self-power *
comparison:
== binary equal * (F_EQ)
@@ -42,7 +43,7 @@
/ binary division *(F_DIV)
* binary multiplication *(F_MUL)
% binary modulo * (F_MOD)
- ** binary power
+ ** binary power *
binary:
&
|