[Plib-cvs] plib/doc/psl prog_guide.html,1.8,1.9
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-15 00:03:00
|
Update of /cvsroot/plib/plib/doc/psl In directory usw-pr-cvs1:/tmp/cvs-serv7115/plib/doc/psl Modified Files: prog_guide.html Log Message: Added the AstroPong demo. Fixed up a couple of bugs in PSL. Index: prog_guide.html =================================================================== RCS file: /cvsroot/plib/plib/doc/psl/prog_guide.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- prog_guide.html 14 Sep 2002 06:23:27 -0000 1.8 +++ prog_guide.html 15 Sep 2002 00:02:51 -0000 1.9 @@ -123,6 +123,7 @@ The following features are "NOT IMPLEMENTED YET" - but will hopefully arrive soon: <ul> + <li> Multiple assignments (eg x = y = 0 ; ) <li> Logic operators "&&", "||". <li> Character constants. <li> Arrays & Structs. |