#Region (Reserved Word)
This word is used to mark the beginning of EasyLanguage code that may be expanded and collapsed.
#Region
Remarks
Each #Region must have a corresponding #EndRegion.
Examples
#region My Region Name
{Your Code Line1}
{Your Code Line2, etc.}
#endregion