This commit is contained in:
2025-07-09 17:47:21 +02:00
parent 15d8e9e884
commit ced07bad2d

View File

@@ -17,7 +17,7 @@ It supports class definitions with attributes and methods, multiple inheritance,
and persistent fields through a user-extensible storage mechanism. All methods and attributes
are virtual, and may be overridden in subclasses.
See also @racket[roos/class].
See also @tech[#:doc '(lib "scribblings/roos-class.scrbl")]{roos/class}.
@section{Class Definition Syntax}