Re: Help creating procedures
- Posted by irvm at ellijay.com Jul 20, 2001
- 335 views
On Thursday 19 July 2001 21:53, Derek Parnell wrote: > I suspect that the problem is that the "address" procedure has been defined > after the "image" procedure. Euphoria is a bit simplistic in this regard, > unlike some other languages. Euphoria can only use routines if it has > already seen their definition earlier in the source code. I am always puzzled why this is a problem for anyone. Many languages require definitions of variables, functions and procedures *before* they are called. I may not always write my code in the order that it appears in the source file, but it's just a matter of hitting the page-up key a couple of times to put things where they belong. To do otherwise is like my building a house for you, and after I'm finished, learning how to cut lumber. Regards, Irv