Also:
void printSomeStuff()
{
//...
}
We are going to see code like this:
printSomeStuff; // i think that's ugly.
I suggested make parentheses optional only for UFC syntax.
Also isn't it possible to allow @property for functions that
belong in a class/struct only?
