mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-13 07:08:43 +01:00
A class definition can appear directly within the body of a class. It works similar to a class variable where the class object is stored in a field and a getter is defined on the enclosing class to return it. Unlike class variables, nested classes do not expose setters.