From: Peep P. <so...@us...> - 2004-03-20 19:24:28
|
Update of /cvsroot/agd/server/doc/lpc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9480/doc/lpc Modified Files: datatypes Log Message: Formatting changes. Index: datatypes =================================================================== RCS file: /cvsroot/agd/server/doc/lpc/datatypes,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- datatypes 15 Mar 2004 18:57:45 -0000 1.1 +++ datatypes 20 Mar 2004 19:14:27 -0000 1.2 @@ -1,8 +1,20 @@ -Data types currently implemented in AGD are int, string, object, void. +Data types currently implemented in AGD are: + int + string + object + void 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 types are mixed and type* +(array type). In fact, using arrays can cause severe bugs, +as they are not handled properly yet. -Data types that should be working in future versions are status (memory-optimized boolean type), -mapping, function, enum, struct/class and char. +Data types that I will implement: + mapping + function + enum + struct/class + +Data types that I might implement: + char + status |