* Mac Mini M1
* macOS 14.6.1
* Lazarus 3.99
* FPC 3.3.1
I'm planning to use a function with the signature...
function CreateMidiClient(Errors: TStrings; MidiClient: longword = 0): Boolean;
I've got vague memories of a restriction in Delphi, whereby the optional parameter had to be at the end of the list of parameters. Can anyone tell me, am I imagining this, and if not, does the same restriction apply to FPC?