függvényparaméter
A függvényparaméter, often translated as function parameter or argument, is a variable that is part of a function's definition. When a function is called, values are passed to these parameters, which are then used within the function's body to perform its intended operations. Parameters allow functions to be flexible and reusable, as they can accept different inputs to produce different outputs.
In programming, parameters are declared within the parentheses following the function name. These declarations specify the
Some programming languages support optional parameters, which can be omitted during a function call if a default