Variadic function: Difference between revisions

Content deleted Content added
In Pascal: Line feed
In PHP: removed a link in the section title
Line 268:
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>
 
===In [[PHP]]===
[[PHP]] does not care about types of variadic arguments unless the argument is typed.