Searched defs:OP_LT (Results 1 – 2 of 2) sorted by relevance
151 public static final int OP_LT = 7; field in OpCodes
210 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator