OPR_SUB           724 lib/lua/lcode.c     case OPR_ADD: case OPR_SUB: case OPR_MUL: case OPR_DIV:
OPR_SUB           768 lib/lua/lcode.c     case OPR_SUB: codearith(fs, OP_SUB, e1, e2); break;
OPR_SUB           791 lib/lua/lparser.c     case '-': return OPR_SUB;