Files
wren/doc
Tom Counsell b1bd96bb2d docs: add note about inheriting from built-in types in classes documentation
Add a warning to the classes documentation page explaining that users should not create classes inheriting from built-in types (Bool, Num, String, Range, List) due to internal bit representation conflicts that cause confusion when invoking inherited methods on derived types.
2015-01-06 08:37:57 +00:00
..