4.2. INLINE

Format:


        PRAGMA INLINE
      
Used within a function or procedure, declares that this function or procedure will not get a seperate body, but rather will be copied directly into the calling code.

nb: If a procedure or function marked `inline' is executed as volatile parameter, it will get a body.