all repos — min @ e07e734ae1f6a9246aca9b1ddc87d702409d4063

A small but practical concatenative programming language.

added documentation for `product`
drkameleon yaniszaf@gmail.com
Thu, 21 Jan 2021 18:32:46 +0100
commit

e07e734ae1f6a9246aca9b1ddc87d702409d4063

parent

ead0e4f4a3e370b33a7c17fdfd072c3799dcf01d

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M site/contents/reference-num.mdsite/contents/reference-num.md

@@ -55,4 +55,7 @@ {#op||succ||{{i1}}||{{i2}}||

Returns the successor of {{i1}}.#} {#op||sum||{{q}}||{{i}}|| -Returns the sum of all items of {{q}}. {{q}} is a quotation of integers. #}+Returns the sum of all items of {{q}}. {{q}} is a quotation of integers. #} + +{#op||product||{{q}}||{{i}}|| +Returns the product of all items of {{q}}. {{q}} is a quotation of integers. #}