[Plib-cvs] plib/doc/psl prog_guide.html,1.10,1.11
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-15 17:45:56
|
Update of /cvsroot/plib/plib/doc/psl In directory usw-pr-cvs1:/tmp/cvs-serv23942/plib/doc/psl Modified Files: prog_guide.html Log Message: Added character constants and string variable addition. Index: prog_guide.html =================================================================== RCS file: /cvsroot/plib/plib/doc/psl/prog_guide.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- prog_guide.html 15 Sep 2002 06:36:24 -0000 1.10 +++ prog_guide.html 15 Sep 2002 17:45:52 -0000 1.11 @@ -124,7 +124,6 @@ hopefully arrive soon: <ul> <li> Multiple assignments (eg x = y = 0 ; ) - <li> Character constants. <li> Arrays & Structs. <li> Operations on "string" variables. <li> String concatenation. |