1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00

Fix + operator overloading

This commit is contained in:
Étienne Fildadut 2021-04-04 20:29:22 +02:00
parent ec18d2e611
commit 9028970440
3 changed files with 14 additions and 12 deletions

View file

@ -194,7 +194,7 @@ $ f(a, b...)
~ f("discarded")
```
Functions with the same name can be defined, as long as they have a different number of argument.
Functions with the same name can be defined, as long as they have a different number of argument. Functions will be selected based on the number of arguments given:
```
$ f(a, b)