Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
I should be able to do things like
x = new Cheese()
x.class.name
or type = x.class
though due to 'class' being a reserved word the parser won't allow it right now