Go to the first, previous, next, last section, table of contents.

INLINE Pragma

The <*INLINE*> pragma, which should appear before a procedure declaration, is intended to indicate that calls to the procedure should be expanded in-line, eliminating the overhead of an actual call. It is currently ignored by the compiler.


Go to the first, previous, next, last section, table of contents.