| sub EndOfPrototype # | ( | type, | | | stringRef, | | | falsePositives | ) | |
|
Pascal’s syntax uses the semicolons and commas parameter style shown below, yet also uses semicolons to end function prototypes.
function MyFunction( param1: type; param2, param3: type; param4: type);
There are also directives after the prototype that should be included.
function MyFunction ( param1: type ); virtual; abstract;
This function accounts for all of this.