Parsing Error - moveDirection:Vector3 = Vector3.zero;

New guy with C# and Unity so I need a little help.

I can't figure out what is causing a parsing error with:

private moveDirection:Vector3 = Vector3.zero;

Thanks for help!

Also parsing error: private CharacterController controller;

private Vector3 moveDirection = Vector3.zero;