Variadic function: Difference between revisions

Content deleted Content added
Kalobi (talk | contribs)
m Add missing symbols
GNU Pascal and FreePascal allow externally declared functions to use an ellipsis
Line 267:
This requirement is circumvented by utilizing a variant record.
The [[GNU Pascal]] defines a real variadic formal parameter specification using an ellipsis ({{code|...|pascal}}), but as of 2022 no portable mechanism to use such has been defined.<ref name="gpc">{{cite web|url=https://www.gnu-pascal.de/gpc/Special-Parameters.html|title=The GNU Pascal Manual|access-date=2023-08-28}}</ref>
 
Both GNU Pascal and FreePascal allow externally declared functions to use a variadic formal parameter specification using an ellipsis ({{code|...|pascal}}).
 
===In PHP===