2 BCE0053-3.boo(10,9): BCE0053: Property 'Person.FirstName' is read only.
3 BCE0053-3.boo(10,20): BCE0053: Property 'Person.LastName' is read only.
6 [getter(FirstName
)] _fname
as string
7 [getter(LastName
)] _lname
as string
10 FirstName
, LastName
= "Homer", "Simpson"