02.11.2013, 15:48
You can use letters in cases?
E.g.
? ? ?
E.g.
Код:
swith(function)
{
case a: function;
case b: function;
case c: function;
}

