mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Link to new section
This commit is contained in:
parent
74a188eb96
commit
483fc65ba1
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
This section of the Cyclone API is based on the [R<sup>7</sup>RS Scheme Specification](r7rs.pdf):
|
This section of the Cyclone API is based on the [R<sup>7</sup>RS Scheme Specification](r7rs.pdf):
|
||||||
|
|
||||||
- Built-in primitives
|
- [Primitives](api/primitives.md)
|
||||||
- [`scheme base`](api/scheme/base.md)
|
- [`scheme base`](api/scheme/base.md)
|
||||||
- [`scheme case-lambda`](api/scheme/case-lambda.md)
|
- [`scheme case-lambda`](api/scheme/case-lambda.md)
|
||||||
- [`scheme char`](api/scheme/char.md)
|
- [`scheme char`](api/scheme/char.md)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Built-ins
|
# Primitives
|
||||||
|
|
||||||
This section contains all of the primitives and other objects that are included in the Cyclone runtime. These objects are always available regardless of library imports.
|
This section contains all of the primitives and other objects that are included in the Cyclone runtime. These objects are always available regardless of library imports.
|
||||||
|
|
Loading…
Add table
Reference in a new issue