have global variables may transfer a comma
but
classes have no such opportunity, why not?
exemple
int a,b,s;
class
{
int a;
int b;
int c;
}
class
{
int a,b,s; // this good, but no support <img src='http://public.gamedev.net//public/style_emoticons/<#EMO_DIR#>/sad.png' class='bbc_emoticon' alt=':(' />
}






