int myfunc(char *arg) pure { }
Although I find: pure int myfunc(char *arg) { }Also works. So what annotations have @'s, and when do they go with the function declaration, and when do they go after the argument declaration?
I don't need an exhaustive list, I'm much more interested in the underlying philosophy which assigns what to where.
Thank you! Andy Valencia