mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 22:59:16 +02:00
Add define-record-type
This commit is contained in:
parent
c4c70825f1
commit
84c8949002
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ For more information see the [R<sup>7</sup>RS Scheme Specification](../../r7rs.p
|
||||||
#current-output-port
|
#current-output-port
|
||||||
(current-output-port)
|
(current-output-port)
|
||||||
#define-record-type
|
#define-record-type
|
||||||
|
(define-record-type {name}
|
||||||
|
{constructor} {pred} {field} ...)
|
||||||
#denominator
|
#denominator
|
||||||
(denominator n)
|
(denominator n)
|
||||||
#do
|
#do
|
||||||
|
|
Loading…
Add table
Reference in a new issue