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:
parent
ec18d2e611
commit
9028970440
3 changed files with 14 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue