void runCode(const char *code) { int c_len = strlen(code); int i, bottles; unsigned accumulator=0; for(i=0;i 0 ); break; case '+': //Am I the only one finding this one weird? :o accumulator++; break; } } };