Next: , Previous: , Up: iklib records defs   [Index]


6.19.1.9 Record–type methods

The syntactic bindings method and virtual-method are used as clause keywords in define-record-type to define methods and virtual methods for a record–type; they can be used any number of times in the same define-record-type macro use. These clauses are accepted by define-record-type only when the typed language is used, (vicare-typed)Methods and virtual methods.