suggestion

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

---8<---
snip
-> This idea has come up before. Exception handling of this sort might
-> be nice, but it is technically a rather tricky thing to add to the
-> current implementation.
-> However I'll add your request to my (infamous!) suggestion folder.
-> smile

well, another handy little addition that C has, is adding 1 to an
integer. In euphoria, to add 1 to the integer "add", you'd have to type:

add = add + 1

whereas in C you can just type

add ++
and to take 1 away, its just "add --"

Though it's not deathly important, it would be nice

Mike Fowler - mike.fowler at nelsun.gen.nz
  o__ ---
 _,>/'_ ---
(_) \(_) ---
Tip for the month: Don't have a signature :)

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

Search



Quick Links

User menu

Not signed in.

Misc Menu