[Gambas-devel-svn] SF.net SVN: gambas:[1787] gambas/trunk/main/gbx
Brought to you by:
gambas
From: <ga...@us...> - 2009-01-05 12:22:17
|
Revision: 1787 http://gambas.svn.sourceforge.net/gambas/?rev=1787&view=rev Author: gambas Date: 2009-01-05 11:38:03 +0000 (Mon, 05 Jan 2009) Log Message: ----------- [INTERPRETER] * NEW: The [...] syntax can create specialized arrays. For example, "[[1,2],[3,4]]" now returns an Integer[][] object. * NEW: The internal CLASS structure has been reorganized. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_subr_misc.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |