From 3dc947a7575bd23703644996d8e853e5e618b2e3 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 9 Nov 2023 08:08:38 -0500 Subject: fix execute; disable verify(); bench w/ standalone --- forth/fib.fth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forth') diff --git a/forth/fib.fth b/forth/fib.fth index 82c87cd..671528a 100644 --- a/forth/fib.fth +++ b/forth/fib.fth @@ -9,7 +9,7 @@ 5 sys fib 5 sys >r 2drop r> ; variable avg 0 avg ! -100 constant iters +2000 constant iters : bench ( -- ) iters 0 do 100 fibbench avg +! loop -- cgit v1.2.3