# region
General Action Statement
The # region statement begins a collapsible code block that can be minimized for Logic organization.
Syntax
<logic># endregion
Example
Int myInt
Real myReal# endregion
Remarks
Once both statements are included, a box opens to the left of the # region statement. Select this box to collapse all code between the # region and # endregion statements.