AST_LT            554 core/compile.c     case AST_GT: case AST_GTE: case AST_LT: case AST_LTE:
AST_LT            565 core/compile.c         case AST_LT:    PN_ASM2(OP_LT, reg, reg + 1);   break;
AST_LT            101 core/syntax.y         | lt x:bitors         { o = PN_OP(AST_LT, o, x) })*