SACC

/ / navigation

Send and Receive
Subpatches
Exercise



// Send and Receive



To make things easier to read, you can use send and receive



Keep the following in mind when naming your sends and receives:
If you have different receivers (with different names), you can use remote to allocate messages from a central "distribution point" (similar to "route"). You give this object a list whose first element is the name of the receiver and whose second element is the message itself.