R-code is the intermediate binary code that ABL generates when it compiles ABL source files. This is the code that OpenEdge actually runs when it executes a procedure or class, whether from session compiles or from permanently generated r-code (
.r) files. This section describes r-code and the performance options related to it. For information about r-code features and functions, see
R-codeFeatures and Functions.