Named parameters
Raku's support for optional parameters is much like Python's. Consider this declaration:
In the above signature:
So, if we defined the function like this:
would print this:
Last updated
Raku's support for optional parameters is much like Python's. Consider this declaration:
In the above signature:
So, if we defined the function like this:
would print this:
Last updated