outputtest.frink

Download or view outputtest.frink in plain text format


// This tests output timing.

start = now[]
for a=1 to 10000
   println["Line $a"]
end = now[]

println["Total time: " + (1. (end-start) -> seconds)]


Download or view outputtest.frink in plain text format


This is a program written in the programming language Frink.
For more information, view the Frink Documentation or see More Sample Frink Programs.

Alan Eliasen was born 19966 days, 8 hours, 23 minutes ago.