blob: 4061128883893ff9c2e8f7256fd58d62cad2534b [file] [log] [blame]
Wenzel Jakob38bd7112015-07-05 20:05:44 +02001Polly is a parrot
2Molly is a dog
3Woof!
4Constructing Example5..
5In Example5::callback()
6Polly is a parrot
7Molly is a dog
8The following error is expected: Incompatible function arguments. The following argument types are supported:
9 1. dog_bark(Dog) -> None
10
11Callback function 1 called!
12False
13Callback function 2 called : Hello, True, 5
145
15got callback: 3 4
16Destructing Example5..