ppc-lang/doc/functions/parameters.md

9 lines
338 B
Markdown
Raw Normal View History

2022-09-19 07:34:19 +00:00
# Function parameters
A function in ++C, as any other C-like language, can accept parameters. Parameters in ++C act as function-scope local variables, that can be assigned to.
## Variadic parameters
**NOTE**: This is not yet implemented, although it is a planned feature.
In ++C, variadic parameters are supported. That means