Sumber daya yang dimuat... Pemuatan...

Ini adalah

Pengguna mengimplementasikan fungsi inisialisasiinit(), yang akan secara otomatis menjalankan fungsiinit()Pada awal strategi untuk menyelesaikan tugas inisialisasi.

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!");
}
satuxit ((() Kesalahan.