This commit is contained in:
2025-07-09 17:43:03 +02:00
parent 75fec925a0
commit 15d8e9e884
2 changed files with 4 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ 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].
@section{Class Definition Syntax}
@defform[(def-roos (class-name ...) this (supers ...) body ...)]{