◄Compiler Directives► ◄Contents► ◄Index► ◄Back► {$F<+│->} Description Switches between two settings that control the call model used by the compiler for procedure and function calls between a {$F-} {$F+} pair. The default is {$F-}. {$F+} Causes the compiler to generate long calls and returns. This is true even for calls to and from procedures and functions in the same segment. This option is required for procedures assigned to procedure variables. {$F-} Turns off {$F+}.