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

INLINE Pragma

<*INLINE*>

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 ignored by the SRC compiler.


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