hinttest.frink

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 19972 days, 10 hours, 7 minutes ago.