Download or view hinttest.frink in plain text format
use hints.frink
while (s = input["> "])
{
results = eval[s]
results = "$results" // Coerce to string
println[results]
hints = getHints[s, s, "", results]
println[hints]
println[]
}
Download or view hinttest.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 20145 days, 18 hours, 36 minutes ago.