Re: indexes

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

On Wednesday 27 June 2001 03:15, Derek Parnell wrote:

> > Jiri:
> >     1.  allow re-definition of not just the built-in routines, but
> >         also of all previous declarations, possibly even constants (I
> >         know, Rob, you will never agree...) with mere warning.
>
> Now this sounds like a great idea. Why should RDS be the only dispenser of
> wisdom. For example, I can imagine somebody inventing a better abort()
> routine and I just might like to use that - without - modifing any of my
> existing code or included library files.

Strangely enough, Euphoria handles just such a thing with no problem:

  Warning: Built-in abort() redefined
 
   Press Enter...

Change that from a built-in command to one in an include, however:

  test.exu:3
  attempt to redefine wait_key
  function wait_key()
                  ^

Regards,
Irv

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

Search



Quick Links

User menu

Not signed in.

Misc Menu