| sub EndOfPrototype # | ( | type, | | | stringRef, | | | falsePositives | ) | |
|
Ada’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);
This function creates the false positives necessary to support this.