aldenteFuncInit function

num aldenteFuncInit()

Series of simple functions using & returning different types simple function returning a number

Implementation

num aldenteFuncInit() {
  print('---------    Hello world!  I am init. ');
  return 7;
}