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. For a complete discussion of r-code, see R-code Features 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.