[futurebasic] Re: [FB] Handle stuff

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2000 : Group Archive : Group : All Groups

From: Derek Smith <dereksmi@...>
Date: Sun, 01 Oct 2000 13:14:11 -1000
On Sun, 1 Oct 2000, Heather Donahue wrote:

> Question for Robert Purves, I noticed that your functions ended as
> 
> End FN = FN TickCount - t
> 
> Is it permitted in FB^3 to use any expression that can be evaluated?
> 
> Does this extend to a expression that might include another local 
> function, similar to what C does with
> 
> Return (SomeOther Function that returns a value)

Yup, I've been doing it since FBII and FB3 hasn't cared either.  The End
FN = FN SomeOTherFn works fine too.

-D