1 | Field objects behave identically to eventOut objects, except that no event is sent upon completion of the function. |
2 | For eventOut objects, assignment copies the value to the eventOut, which will be sent upon completion of the current function. |
3 | Assigning an eventOut to an internal variable creates a new object of the same type as the eventOut with the current value of the eventOut. |