Stand90 variable
The Stand90 variable can be used to define if the angle for between the main parts of the bracket is approximately 90 degrees or not (square or not), meaning 88-92 degrees.
For standard brackets which have an overlap with a profile in plan view, it may be important to distinguish between a square situation and a non-square situation, and create a standard bracket only when the angle between the parts is approximately 90 degrees. If the angle is greater or smaller, a free bracket created with another type file will be placed.
Example
if (abs(abs(Angle)90)<=3) : Stand90=True;
else Stand90=False ;
after which Stand90 may be checked under label 5:
if Stand90=False : Stand='free'
If the Stand90 variable is used in checking a situation, it must be given the value of TRUE or FALSE in the type macro before the check is performed.