[Nice-commit] Nice/stdlib/nice/lang prelude.nice,1.32,1.33
Brought to you by:
bonniot
From: <bo...@us...> - 2003-08-26 16:08:04
|
Update of /cvsroot/nice/Nice/stdlib/nice/lang In directory sc8-pr-cvs1:/tmp/cvs-serv13534/stdlib/nice/lang Modified Files: prelude.nice Log Message: The deprecated 'main(args) { ... }' syntax for the main function is not supported anymore. Index: prelude.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/prelude.nice,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** prelude.nice 21 Jul 2003 17:24:14 -0000 1.32 --- prelude.nice 26 Aug 2003 16:07:58 -0000 1.33 *************** *** 120,127 **** class Ref<T> { T value; } - - /**************************************************************** - * Main - ****************************************************************/ - - void main(Array<String>); --- 120,121 ---- |