Unexpected token: ..

Prblem with :

Unexpected token: ..

I'm using code :

var Camera.main = GameObject.Find("Camera");

What wrong ?

Variable names can't have . in

Also - Camera.main is already set to be an active camera with the Main Camera tag set