Signals
A signal type behavior is used to send and receive different types of data.
Types
| Name | Description |
| Boolean Signal | Sends/receives a True or False value. |
| Boolean Signal Map | Provides a continuous I/O space for mapping signals to ports. |
| Component Signal | Sends/receives a component as a value. |
| Integer Signal | Sends/receives an integer. |
| Matrix Signal | Sends/receives a 4x4 matrix as a value. |
| Real Signal | Sends/receives a real number. |
| String Signal | Sends/receives a string of characters. |