The Jakt compiler currently accepts these functions:
fn example() => ...
fn example(my_default_arg: u32 = 42) => ...
However, any call to example()
will always call the second function. As far as I can tell, the first function cannot be called. This code should probably give an error.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too