diff options
Diffstat (limited to 'forth/fib.fth')
-rw-r--r-- | forth/fib.fth | 2 |
1 files changed, 1 insertions, 1 deletions
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 |