Name:
Anonymous
2006-06-10 5:54
how to access a java method with a number, since i can't seem make a method array or pass a method reference
Name:
Anonymous
2006-06-13 5:46
Every time you need to do:
switch (lol) {
case 'harbl': harbl(); break;
case 'rofl': rofl(); break;
case 'fap': fap(); break;
}
type things, you realize the language you're working with is shit.