Add callback examples with named parameters

This commit is contained in:
Brad Harmon
2016-06-16 13:19:15 -05:00
parent a62b3a07ba
commit 835fc06ca4
4 changed files with 26 additions and 2 deletions

View File

@@ -24,3 +24,4 @@ False
Callback function 3 called : Partial object with one argument
False
func(43) = 44
func(number=43) = 44