[Gambas-devel-svn] SF.net SVN: gambas:[6282] gambas/trunk/main
Brought to you by:
gambas
From: <ga...@us...> - 2014-05-21 08:35:37
|
Revision: 6282 http://sourceforge.net/p/gambas/code/6282 Author: gambas Date: 2014-05-21 08:35:34 +0000 (Wed, 21 May 2014) Log Message: ----------- [INTERPRETER] * NEW: Rand() is a new function that returns an integer random number. Rand(X) returns a integer random number between 0 and X included. Rand(X,Y) returns a integer random number between X and Y included. * BUG: System.TimeZone now returns the accurate value, i.e. the number of seconds that must be *added* to go to UTC. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |