Download or view stocktest.frink in plain text format
// Interactive program to fetch stock prices.
use stock.frink
while symbol = input["Enter ticker symbol: "]
   println["$symbol: $" + (stock[symbol] -> dollars)]
Download or view stocktest.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, eliasen@mindspring.com