all repos — min @ ead0e4f4a3e370b33a7c17fdfd072c3799dcf01d

A small but practical concatenative programming language.

added unit test for `product`
drkameleon yaniszaf@gmail.com
Thu, 21 Jan 2021 18:31:52 +0100
commit

ead0e4f4a3e370b33a7c17fdfd072c3799dcf01d

parent

6d828e9269d9a8b394f9ea9c79930ca72194fd03

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tests/num.mintests/num.min

@@ -32,6 +32,8 @@ (1000 random 1000 <) assert

((1 2 3 4 5) sum 15 ==) assert + ((1 2 3 4 5) product 120 ==) assert + (0 :c (c 10 <) (c succ @c) while c 10 ==) assert