Tài nguyên đang được tải lên... tải...

init()

Người dùng thực hiện chức năng khởi tạoinit(), mà sẽ tự động thực hiện chức nănginit()ở đầu của chiến lược để hoàn thành nhiệm vụ khởi tạo.

function main(){
    Log("The first line of the code executed in the program!", "#FF0000")
    Log("Exit!")
}

// Initialization the function
function init(){     
    Log("Initialization!")
}
def main():
    Log("The first line of the code executed in the program!", "#FF0000")
    Log("Exit!")

def init():
    Log("Initialization!")
void main() {
    Log("The first line of the code executed in the program!", "#FF0000");
    Log("Exit!");
}

void init() {
    Log("Initialization!");
}
onexit ((() onerror()