Update of /cvsroot/plib/plib/examples/src/psl/data
In directory usw-pr-cvs1:/tmp/cvs-serv15961/plib/examples/src/psl/data
Modified Files:
test.psl
Log Message:
Comments (both C and C++ style) now work. This is **FUN** !
Index: test.psl
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/psl/data/test.psl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- test.psl 6 Sep 2002 16:44:50 -0000 1.6
+++ test.psl 6 Sep 2002 17:50:05 -0000 1.7
@@ -22,7 +22,7 @@
print ( x ) ;
{
- float x = 456 ;
+/* float x = 456 ; //**/
print ( x ) ;
}
|