Re: Euphoria features

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

"Lucius L. Hilley III" wrote:

> >
> > That reminds me of a feature I wouldn't mind seeing: flag()
> >
> > Not necessary, of course, but nice to have.
> >
> > example:
> >
> > procedure test()
> >     puts(1,"test")
> >     flag(hey)
> > end procedure
> >
> > test()
> >
> > if flag(hey) = 1 then do
> >     ...
> > end if
> >
> > Of course, the same thing could be accomplished with a simple 'flag = 1',
> but then you could run
> > into scope problems.
> >
> > Greg Phillips
> >
>
>     Intriguing.  Still not much of a real solution though.
> At least we are thinking. :)
>

It's not intended to be a solution, just one of those things that might make
Euphoria a bit more fun to use, and a bit nicer to look at.

Regards,
Greg Phillips

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

Search



Quick Links

User menu

Not signed in.

Misc Menu