Entrance

Set the entrance file by compiler configuration.

Take the first anonymous domain of the entrance file as the entrance of the program.

All variables (functions, classes, structs, any other things) in the entrance file are global, which can be accessed by any other modules of this program.

Last updated