RosettaCodeData/Task/Time-a-function/Phixmonti/time-a-function.phixmonti

10 lines
140 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def count
for drop endfor
enddef
1000000 count
msec dup var t0 print " seconds" print nl
10000000 count
msec t0 - print " seconds" print