ব্যবহারকারী সূচনা ফাংশন বাস্তবায়নinit()
, যা স্বয়ংক্রিয়ভাবে ফাংশন চালানো হবেinit()
কৌশল শুরুতে প্রাথমিকীকরণ টাস্ক সম্পন্ন করার জন্য।
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!");
}
এক্সিট ((()
ত্রুটি ((()