Files
wren/doc
Sven Bergström 0dea2bf922 docs: clarify Wren field encapsulation rules with examples and bold emphasis
The documentation for class encapsulation is updated to remove the comparison to C++ and Java from the initial description, add bold formatting to key getter/setter explanations, and include a new code example demonstrating that fields are private to instances and inaccessible from subclasses or other instances of the same class.
2019-09-18 05:18:55 +00:00
..