RosettaCodeData/Task/Time-a-function/Retro/time-a-function.retro

5 lines
109 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
: .runtime ( a- ) time [ do time ] dip - "\n%d\n" puts ;
: test 20000 [ putn space ] iterd ;
&test .runtime