A code region is a part of code that is highlighted when folded and can help organize your script.
Code region start and end tags can be customized (see
set_code_region_tags).
Code regions are delimited using start and end tags (respectively
region and
endregion by default) preceded by one line comment delimiter. (eg.
#region and
#endregion)