Procedures that are declared inline are copied to the places where they are called. This has the e ect that there is no actual procedure call, the code of the procedure is just copied to where the procedure is needed, this results in faster execution speed if the function or procedure is used a lot.
By default, inline procedures are not allowed. Inline code must be enabled using the command-line switch -Si or f$inline ong directive.