Update of /cvsroot/plib/plib/doc/psl
In directory usw-pr-cvs1:/tmp/cvs-serv23216/plib/doc/psl
Modified Files:
prog_guide.html
Log Message:
Added bitwise operators ^,&,|,!, ~
Index: prog_guide.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/psl/prog_guide.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- prog_guide.html 13 Sep 2002 22:45:07 -0000 1.4
+++ prog_guide.html 13 Sep 2002 23:51:28 -0000 1.5
@@ -125,7 +125,7 @@
hopefully arrive soon:
<ul>
<li> Assignment operators "+=", "-=", etc.
- <li> Logic operators "!", "~", "&", "|", "^" "&&", "||", ^^".
+ <li> Logic operators "&&", "||".
<li> "++" and "--"
<li> ">>" and "<<"
<li> Character constants.
|