let driving = { (place: String) in print("im going (place)") } driving("home") () after first { and the after you make parameters write in use driving("home") to call function.