I am an object oriented programmer and was delighted to see objects make it into this language. I have the Architect.
Is inheritance broken? If I have data members in a base object, I am not able to use those base variables in derived objects. It compiles ok, but the values are bogus even after the base methods set them. Acts like a stack overwrite or something.