Deklaracja funkcji Swift

func functionName(parameters)-> returnType {
  // function body 
}
SAMER SAEID