Re: Improvements

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

>It's also _very_ useful to have a more concise notation for referencing
>multiple vars, e.g.

>with button do
>  coords = {10,20}
>  size = {400,200}
>end with

Just use one of the syntaxes, not all of them. I don't like the dot nation
.. Euphoria programs already have a tendacy to have command lines that are
just a bit tooo long. (for example:  x[y][length(p)-2..length(p)]  etc)

But then again, you don't need a new syntax theoretically. Look:

include button.e

 procedure button_foo (integer x)
    foo (x)
 end procedure

include otherfile.e

 procedure otherfile_foo (integer x)
   foo(x)
end procedure

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

Search



Quick Links

User menu

Not signed in.

Misc Menu