diff --git a/docs/api/primitives.md b/docs/api/primitives.md index 88a38e99..d4da92a7 100644 --- a/docs/api/primitives.md +++ b/docs/api/primitives.md @@ -85,11 +85,17 @@ For more information see the [R7RS Scheme Specification](../r7rs.pdf) - [`vector? `](#vector) #\* + (* z1 ...) + Return the product of the arguments. + #+ + (+ z1 ...) + Return the sum of the arguments. + #- (- z) (- z1 z2 ...)