mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
WIP
This commit is contained in:
parent
ff59cb796d
commit
108cae3711
1 changed files with 2 additions and 2 deletions
|
@ -84,13 +84,13 @@ For more information see the [R<sup>7</sup>RS Scheme Specification](../r7rs.pdf)
|
||||||
- [`vector-set! `](#vector-set)
|
- [`vector-set! `](#vector-set)
|
||||||
- [`vector? `](#vector)
|
- [`vector? `](#vector)
|
||||||
|
|
||||||
#\*
|
# \*
|
||||||
|
|
||||||
(* z1 ...)
|
(* z1 ...)
|
||||||
|
|
||||||
Return the product of the arguments.
|
Return the product of the arguments.
|
||||||
|
|
||||||
#+
|
# +
|
||||||
|
|
||||||
(+ z1 ...)
|
(+ z1 ...)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue