all repos — min @ 4330ae32a8718686fec7dba5ba220431d288d7c9

A small but practical concatenative programming language.

added documentation for `range`
drkameleon yaniszaf@gmail.com
Fri, 22 Jan 2021 09:48:02 +0100
commit

4330ae32a8718686fec7dba5ba220431d288d7c9

parent

8ec657e5d8450ce02e500e681393e153b12dd686

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

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

@@ -64,4 +64,7 @@ {#op||avg||{{q}}||{{n}}||

Returns the average of the items of {{q}}. #} {#op||med||{{q}}||{{n}}|| -Returns the median of the items of {{q}}. #}+Returns the median of the items of {{q}}. #} + +{#op||range||{{q}}||{{q}}|| +Takes a quotation of integers in the form of {{start}}, {{end}} (,{{step}}), generates the sequence and returns the resulting quotation of integers. #}