


Up: Sending and Receiving messages
Next: Correct Execution of Library Calls
Previous: Generalizing the Type
Sub1 and Sub2 are from different libraries.
Sub1();
Sub2();
Sub1a and Sub1b are from the same library
Sub1a();
Sub2();
Sub1b();
Thanks to Marc Snir for the following four examples



Up: Sending and Receiving messages
Next: Correct Execution of Library Calls
Previous: Generalizing the Type