R-code, or run-time code, is precompiled code. When you compile a source procedure, ABL places the compiled version of the procedure into a file that has the same name as the source procedure with a
.r extension. There are two types of r-code: time-stamp-based and CRC-based. For a complete discussion of these two types of r-code, see
R-codeFeatures and Functions.
Like encrypted source, r-code is not readable to the human eye and therefore protects your application from users attempting to make changes.