suggestion
---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.
->
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 :)
|
Not Categorized, Please Help
|
|