mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15: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)
|
||||
|
||||
#\*
|
||||
|
||||
(* z1 ...)
|
||||
|
||||
Return the product of the arguments.
|
||||
|
||||
#+
|
||||
|
||||
(+ z1 ...)
|
||||
|
||||
Return the sum of the arguments.
|
||||
|
||||
#-
|
||||
(- z)
|
||||
(- z1 z2 ...)
|
||||
|
|
Loading…
Add table
Reference in a new issue