Revision: 8174
http://sourceforge.net/p/gambas/code/8174
Author: gambas
Date: 2017-08-08 12:33:47 +0000 (Tue, 08 Aug 2017)
Log Message:
-----------
[INTERPRETER]
* NEW: Collection.First is a new property that returns the key of the first element of the collection, or NULL if the collection is void.
* NEW: Collection.Last is a new property that returns the key of the last element of the collection, or NULL if the collection is void.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_c_collection.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|