--- gforth/onebench.fs 2007/12/31 18:40:24 1.2 +++ gforth/onebench.fs 2012/10/08 19:08:22 1.3 @@ -29,8 +29,9 @@ warnings off cputime d+ 2r> d- <# # # # # # # '. hold #s #> 9 over - spaces 3 - type ; -s" siev.fs" include-main-time -s" bubble.fs" include-main-time space -s" matrix.fs" include-main-time -s" fib.fs" include-main-time -cr bye \ No newline at end of file +s" siev.fs" include-main-time +s" bubble.fs" include-main-time space +s" matrix.fs" include-main-time +s" fib.fs" include-main-time +s" fft-bench.fs" include-main-time +script? [IF] cr bye [THEN] \ No newline at end of file