class User {
	int age;
	string name;
}

User u = User(age=10, name="Sarah");

string s = u.password;