(* * Define the Person object type *) object Person is components: firstName:string and lastName:string and age:integer; end Person;