Navigation: ThinBASIC Language > Script structure >
Main Code
All the lines of code not included into a user defined function is considered Main Code.
Main Code is executed as soon as found into thinBasic script even if mixed between procedures.