mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Added spaces
This commit is contained in:
parent
f2e545bfa9
commit
ff59cb796d
1 changed files with 6 additions and 0 deletions
|
@ -85,11 +85,17 @@ For more information see the [R<sup>7</sup>RS Scheme Specification](../r7rs.pdf)
|
||||||
- [`vector? `](#vector)
|
- [`vector? `](#vector)
|
||||||
|
|
||||||
#\*
|
#\*
|
||||||
|
|
||||||
(* z1 ...)
|
(* z1 ...)
|
||||||
|
|
||||||
Return the product of the arguments.
|
Return the product of the arguments.
|
||||||
|
|
||||||
#+
|
#+
|
||||||
|
|
||||||
(+ z1 ...)
|
(+ z1 ...)
|
||||||
|
|
||||||
Return the sum of the arguments.
|
Return the sum of the arguments.
|
||||||
|
|
||||||
#-
|
#-
|
||||||
(- z)
|
(- z)
|
||||||
(- z1 z2 ...)
|
(- z1 z2 ...)
|
||||||
|
|
Loading…
Add table
Reference in a new issue