उपयोगकर्ता आरंभिकरण फ़ंक्शन को लागू करता है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!");
}
onexit ((()
त्रुटि()