Update of /cvsroot/agd/server/doc/lpc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16447/doc/lpc
Modified Files:
datatypes
Log Message:
Chaaanges!
Index: datatypes
===================================================================
RCS file: /cvsroot/agd/server/doc/lpc/datatypes,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- datatypes 20 Mar 2004 19:14:27 -0000 1.2
+++ datatypes 23 Jul 2004 17:21:18 -0000 1.3
@@ -3,11 +3,10 @@
string
object
void
+ type * (array type)
These should be fully functional everywhere.
-Valid, but not implemented types are mixed and type*
-(array type). In fact, using arrays can cause severe bugs,
-as they are not handled properly yet.
+Valid, but not implemented is the mixed type.
Data types that I will implement:
mapping
|