Re: routine_id evaluation
- Posted by Bernie <xotron at PCOM.NET> Dec 02, 2000
- 567 views
-- Rob: The problem is that when you try to call foreward before a routine has been define. The interpter evaluates the call and reports an error that you are using a bad routine id in your call. If you waited until run time then the id would be known and be valid so this would allow for foreward calls. This is the purpose for prototypes in "C" and Euphoria should allow for this same thing. Bernie