Load code files, link shared code files, and automatically clear unused functions during compilation
include# "myFunction.bas",include# "d:\fun2.bas"
Load the code file to the current code page, so there is no need to copy it and functions can be called directly. If adding another module, call module1.fun (a, b).
Point 2: Writing code is more tiring It can be linked to existing code repository directories, shared by multiple projects, and updated simultaneously. When compiling, the latest source code will be automatically used.
The third point is to optimize the coding process by automatically trimming unused functions in the code module and reducing the size of the APK