OPR_ADD           724 lib/lua/lcode.c     case OPR_ADD: case OPR_SUB: case OPR_MUL: case OPR_DIV:
OPR_ADD           767 lib/lua/lcode.c     case OPR_ADD: codearith(fs, OP_ADD, e1, e2); break;
OPR_ADD           790 lib/lua/lparser.c     case '+': return OPR_ADD;