Update of /cvsroot/plib/plib/doc/psl
In directory usw-pr-cvs1:/tmp/cvs-serv18820/plib/doc/psl
Modified Files:
prog_guide.html
Log Message:
Added +=, -=, *=, /=, &=, |=, %=, <<= and >>=
Index: prog_guide.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/psl/prog_guide.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- prog_guide.html 13 Sep 2002 23:51:28 -0000 1.5
+++ prog_guide.html 14 Sep 2002 04:45:54 -0000 1.6
@@ -121,13 +121,11 @@
preceded with whitespace.
</ul>
-The following feature are "NOT IMPLEMENTED YET" - but will
+The following features are "NOT IMPLEMENTED YET" - but will
hopefully arrive soon:
<ul>
- <li> Assignment operators "+=", "-=", etc.
<li> Logic operators "&&", "||".
<li> "++" and "--"
- <li> ">>" and "<<"
<li> Character constants.
<li> Hex and octal constants.
<li> Arrays & Structs.
|