IMind soft

Author's software

Development

Design

Designing

Being tested

Operator include

The include statement is used to include another script file in the script file, for example, in order not to write all the functions in the main file

Writing an operator:

include("file")

Where "file" is the relative or full path to the required file written in quotation marks.
All the function files recorded in the volume and the main function will be used.
The include statement is usually written at the beginning of the script.

Top.Mail.Ru