|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Script structure > Pre Parsing directives > #Section |
Description
can be used to document code.
Syntax
#Section "Section desciption"
Returns
Parameters
Remarks
Use the #Section directive to specify a block of code to explain.
Similar to #Region but without the need to close with and #EndSection.
Restrictions
See also
Examples
#Section "MathFunctions"
' Insert code for the Math functions here.