aldenteFuncInit method
Series of simple functions using & returning different types simple function returning a number
Implementation
num aldenteFuncInit() {
print('--------- Hello world! I am init. ');
return 7;
}
Series of simple functions using & returning different types simple function returning a number
num aldenteFuncInit() {
print('--------- Hello world! I am init. ');
return 7;
}