صارف initialization تقریب کو لاگو کرتا ہے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!");
}
ایک ایکٹ (((
onerror()