Link to new section

This commit is contained in:
Justin Ethier 2016-09-30 00:26:26 -04:00
parent 74a188eb96
commit 483fc65ba1
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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.