[Gambas-user] Release goals for 3.7 / 4.0
Tobias Boege
taboege at ...626...
Thu Oct 23 17:29:46 CEST 2014
On Thu, 23 Oct 2014, Tobias Boege wrote:
> On Thu, 23 Oct 2014, Ron wrote:
> > Maybe we should have some Mike this?
> >
> > Ifdef System.Version >= 3.6.0 then
> > ' do special new code..
> > Else
> > ' something else
> > Endif
> >
>
> Do you mean System.FullVersion?
>
Or better yet (in some sense):
#If Gambas >= "3.6.0"
' Current code
#Else
' Past code
#Endif
which *compiles* only the needed code.
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list