/* Create New Object */
Object Person {
  name -> String,
  age -> Int
};
