Re: Error Trapping

new topic     » goto parent     » topic index » view thread      » older message » newer message

"Boehme, Gabriel" wrote:
>
>
> s = routine_info(id)
>
> Where s would be a sequence containing the relevant data:
>
> R_TYPE = 1,     -- integer value indicating if this is a
>                 -- procedure or a function
>     R_PROCEDURE = 1,
>     R_FUNCTION = 2,
>
> R_PARM_DATA = 2 -- sequence containing the routine id's of all the
>                 -- parameter types for this routine
>                 -- number of parms = length(s[R_PARM_DATA])
>

I like the sound of this idea, and to me it looks elegant enough to fit
into the current Euphoria Language Syntax, it is consistent with some of
the other functions.

+ + +  Rev. Ferlin Scarborough  -  Centreville, Alabama  -  USA

email: ferlin at sandw.net
email: ferlin at email.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu