//function trying to be called func aFunction() { print("called function") } //call function like this aFunction()