ok I've been working with a tutorial and I've come across this thing where when you start a variable it has something like this.

var game:Game = new game();

I've worked with other programming languages and with them it was just
var game=(whatever)

so I'd like to know what the :game and new game() are for
by the way the tutorial has a class called Game if that helps to explain it