From: Peep P. <so...@us...> - 2004-06-07 15:31:48
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5857 Modified Files: Ideas Log Message: Removed uselessness. Index: Ideas =================================================================== RCS file: /cvsroot/agd/server/Ideas,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Ideas 1 Apr 2004 19:17:12 -0000 1.7 +++ Ideas 7 Jun 2004 15:31:39 -0000 1.8 @@ -1,6 +1,5 @@ This file contains features that will be or will be not in AGD in the future. lpc: - * if(x == 1 || == 2 && != 3) * default values for arguments int foo(int i, int j = 1); * Argument type grouping @@ -52,7 +51,4 @@ varargs(int i, ...); But not: varargs(int i, int j = 2, ...); -dfuns: - * throw(string) - will runtime with string |